From 7bab5055cdf91a3ee97634317321ac617a0487cc Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sat, 27 Oct 2007 12:04:08 +0000 Subject: [PATCH] conf/machine/include/tune-ppc405.inc : Move TARGET_FPU = "soft" to the tune file so its get used by all machines that have a amcc405 cpu --- conf/machine/include/tune-ppc405.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/tune-ppc405.inc b/conf/machine/include/tune-ppc405.inc index cf8f58c115..358ab026ec 100644 --- a/conf/machine/include/tune-ppc405.inc +++ b/conf/machine/include/tune-ppc405.inc @@ -1,2 +1,3 @@ +TARGET_FPU = "soft" TARGET_CC_ARCH = "-mcpu=405" PACKAGE_ARCH = "ppc405" -- 2.39.5