diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2014-07-28 08:48:13 -0500 |
---|---|---|
committer | Peter Bergner <bergner@gcc.gnu.org> | 2014-07-28 08:48:13 -0500 |
commit | f0c5fd444b1c784a87640638ff5889116066a2f0 (patch) | |
tree | 44c33c4666075269566ee7b01105a339c4047090 /gcc/config.gcc | |
parent | 1ab6380b3cfc627969c128b959c9a09c2100d21b (diff) | |
download | gcc-f0c5fd444b1c784a87640638ff5889116066a2f0.zip gcc-f0c5fd444b1c784a87640638ff5889116066a2f0.tar.gz gcc-f0c5fd444b1c784a87640638ff5889116066a2f0.tar.bz2 |
config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
* config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
* config/rs6000/sysv4.h (CC!_SPEC): Undefine it before defining it.
* config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
(LINK_GCC_C_SEQUENCE_SPEC): Likewise.
(USE_LD_AS_NEEDED): Likewise.
(ASM_APP_ON): Likewise.
(ASM_APP_OFF): Likewise.
(TARGET_POSIX_IO): Likewise.
* config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
(LINK_GCC_C_SEQUENCE_SPEC): Likewise.
(USE_LD_AS_NEEDED): Likewise.
(ASM_APP_ON): Likewise.
(ASM_APP_OFF): Likewise.
(TARGET_POSIX_IO): Likewise.
From-SVN: r213125
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7a3d377..e1f1532 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2252,7 +2252,7 @@ powerpc-*-rtems*) tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-rtems rs6000/t-ppccomm" ;; powerpc*-*-linux*) - tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h" + tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h rs6000/sysv4.h" extra_options="${extra_options} rs6000/sysv4.opt" tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" extra_objs="$extra_objs rs6000-linux.o" |