summaryrefslogtreecommitdiffstats
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f6169ddc3ab..29029738b08 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3409,11 +3409,15 @@ powerpc*-*-* | rs6000-*-*)
xcommon | xpower | xpower2 | xpowerpc | xrios \
| xrios1 | xrios2 | xrsc | xrsc1 \
| x601 | x602 | x603 | x603e | x604 | x604e | x620 \
- | xec603e | x740 | x750 | x401 \
- | x403 | x505 | x801 | x821 | x823 | x860)
+ | x740 | x750 | x505)
target_cpu_default2="\\\"$with_cpu\\\""
;;
+ x401 | x403 | xec603e | x801 | x821 | x823 | x860)
+ target_cpu_default2="\\\"$with_cpu\\\""
+ tm_file="$tm_file rs6000/softfloat.h"
+ ;;
+
xyes | xno)
echo "--with-cpu must be passed a value" 1>&2
exit 1
OpenPOWER on IntegriCloud