From: Stelios Koroneos Date: Sat, 27 Oct 2007 12:04:08 +0000 (+0000) Subject: conf/machine/include/tune-ppc405.inc : Move TARGET_FPU = "soft" to the tune file... X-Git-Tag: Release-2010-05/1~8454^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bab5055cdf91a3ee97634317321ac617a0487cc;p=openembedded.git 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 --- 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"