diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:40:22 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:41:04 -0700 |
commit | b4eb0ccfc8f9eef5d8b5c6078570b1ef07e98db3 (patch) | |
tree | c04f1d24726e6c8964e4a6f75e4462e0e0080db8 | |
parent | ff0e53a12cc2f99f3529e409cbf04950ea7401ca (diff) |
tune-ppc603e: Drop -mhard-float
-mcpu takes care of this argument for us
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | conf/machine/include/tune-ppc603e.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-ppc603e.inc b/conf/machine/include/tune-ppc603e.inc index 2f627a725d..a1c62ad74c 100644 --- a/conf/machine/include/tune-ppc603e.inc +++ b/conf/machine/include/tune-ppc603e.inc @@ -1,4 +1,4 @@ -TARGET_CC_ARCH = "-mcpu=603e -mhard-float" +TARGET_CC_ARCH = "-mcpu=603e" BASE_PACKAGE_ARCH = "ppc603e" FEED_ARCH = "ppc603e" PACKAGE_EXTRA_ARCHS += "ppc603e" |