aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-04-30 16:40:22 -0700
committerTom Rini <tom_rini@mentor.com>2010-04-30 16:41:04 -0700
commitb4eb0ccfc8f9eef5d8b5c6078570b1ef07e98db3 (patch)
treec04f1d24726e6c8964e4a6f75e4462e0e0080db8 /conf
parentff0e53a12cc2f99f3529e409cbf04950ea7401ca (diff)
downloadopenembedded-b4eb0ccfc8f9eef5d8b5c6078570b1ef07e98db3.tar.gz
tune-ppc603e: Drop -mhard-float
-mcpu takes care of this argument for us Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-ppc603e.inc2
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"