From: Tom Rini Date: Fri, 30 Apr 2010 23:40:22 +0000 (-0700) Subject: tune-ppc603e: Drop -mhard-float X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4eb0ccfc8f9eef5d8b5c6078570b1ef07e98db3;p=openembedded.git tune-ppc603e: Drop -mhard-float -mcpu takes care of this argument for us Signed-off-by: Tom Rini --- 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"