summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-04-02 21:41:58 +0000
committerAlan Modra <amodra@gcc.gnu.org>2009-04-03 08:11:58 +1030
commitaa1ca044b55fdca2b9c38728b512357f7ebc966b (patch)
tree65e6b00d6beceae781f901a503476e6fe1a2ddd6 /gcc/config.gcc
parentd5c8be275911317dc85c8441a852775c1192f022 (diff)
downloadgcc-aa1ca044b55fdca2b9c38728b512357f7ebc966b.tar.gz
config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file.
* config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file. Remove a number of t-files from tmake_file. * config/rs6000/sysv4.opt (mprototype): Name variable target_prototype. * config/rs6000/sysv4.h (TARGET_PROTOTYPE): Define. * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set target_prototype, not TARGET_PROTOTYPE. (LINK_OS_GNU_SPEC): Define. * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Delete tramp.S and darwin-ldoubdle.c. From-SVN: r145477
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index cf8c91b2f12..4d1eb8dfc0e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1723,9 +1723,9 @@ powerpc64-*-linux*)
tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
;;
powerpc64-*-gnu*)
- tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h glibc-stdint.h"
+ tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/default64.h rs6000/linux64.h rs6000/gnu.h glibc-stdint.h"
extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
- tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
+ tmake_file="t-slibgcc-elf-ver t-gnu"
;;
powerpc-*-darwin*)
extra_options="${extra_options} rs6000/darwin.opt"