aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2005-02-01 16:36:42 +0100
committerSegher Boessenkool <segher@gcc.gnu.org>2005-02-01 16:36:42 +0100
commitd1c8addb269554ac66f494db4f844ca7817a5a27 (patch)
treedd9ee6809936602634b40a54c84f704371ce5d85 /gcc/config.gcc
parent9646f1480d742ea9bc1fc0f91e69a385429319af (diff)
downloadgcc-d1c8addb269554ac66f494db4f844ca7817a5a27.zip
gcc-d1c8addb269554ac66f494db4f844ca7817a5a27.tar.gz
gcc-d1c8addb269554ac66f494db4f844ca7817a5a27.tar.bz2
config.gcc (powerpc64-*-linux*): Default to -m64 also for specific 64-bit CPUs.
2005-02-01 Segher Boessenkool <segher@kernel.crashing.org> * config.gcc (powerpc64-*-linux*): Default to -m64 also for specific 64-bit CPUs. From-SVN: r94545
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 1c6e2fa..65e6b02 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1528,7 +1528,8 @@ avr-*-*)
powerpc64-*-linux*)
tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
case x$with_cpu in
- x|xpowerpc64|xdefault64) tm_file="${tm_file} rs6000/default64.h";;
+ x|xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345]|xrs64a)
+ tm_file="${tm_file} rs6000/default64.h";;
esac
tm_file="${tm_file} rs6000/linux64.h"
tmake_file="rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64"