diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-27 12:04:08 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-27 12:04:08 +0000 |
commit | 7bab5055cdf91a3ee97634317321ac617a0487cc (patch) | |
tree | 9105933cbd25b4b4aab21bd0a56a10a436df6298 /conf | |
parent | a58e134c9411d1b62c44a04b06f2c3234eb51fd6 (diff) |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-ppc405.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |