From b4eb0ccfc8f9eef5d8b5c6078570b1ef07e98db3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 30 Apr 2010 16:40:22 -0700 Subject: [PATCH] tune-ppc603e: Drop -mhard-float -mcpu takes care of this argument for us Signed-off-by: Tom Rini --- conf/machine/include/tune-ppc603e.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5