From 5dfbffedb784e9900ed1e2c392c202472040f048 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 21 Aug 2007 13:24:13 +0000 Subject: conf/machine/include/tune-ppc440e.conf and tune-ppc603e : Add -mhard-float gcc switch as these cores have an fpu --- conf/machine/include/tune-ppc440e.conf | 4 ++-- conf/machine/include/tune-ppc603e.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/tune-ppc440e.conf b/conf/machine/include/tune-ppc440e.conf index 0cfa50c69e..5c47482a54 100644 --- a/conf/machine/include/tune-ppc440e.conf +++ b/conf/machine/include/tune-ppc440e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=440fp" -PACKAGE_ARCH = "ppc440" +TARGET_CC_ARCH = "-mcpu=440fp -mhard-float" +PACKAGE_ARCH = "ppc440e" diff --git a/conf/machine/include/tune-ppc603e.conf b/conf/machine/include/tune-ppc603e.conf index 7c8714cfc2..1a004d30b5 100644 --- a/conf/machine/include/tune-ppc603e.conf +++ b/conf/machine/include/tune-ppc603e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=603e" +TARGET_CC_ARCH = "-mcpu=603e -mhard-float" PACKAGE_ARCH = "ppc603e" -- cgit v1.2.3