tune-ppc603e: Drop -mhard-float
authorTom Rini <tom_rini@mentor.com>
Fri, 30 Apr 2010 23:40:22 +0000 (16:40 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 30 Apr 2010 23:41:04 +0000 (16:41 -0700)
-mcpu takes care of this argument for us

Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/machine/include/tune-ppc603e.inc

index 2f627a7..a1c62ad 100644 (file)
@@ -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"