Commit d1c8addb by Segher Boessenkool Committed by Segher Boessenkool

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
parent 9646f148
2005-02-01 Segher Boessenkool <segher@kernel.crashing.org>
* config.gcc (powerpc64-*-linux*): Default to -m64 also for
specific 64-bit CPUs.
2005-02-01 Richard Earnshaw <rearnsha@arm.com>
PR target/16201
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment