On Sat, 2014-07-26 at 06:24 -0400, David Edelsohn wrote: > On Fri, Jul 25, 2014 at 3:26 PM, Peter Bergner <berg...@vnet.ibm.com> wrote: > > * 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. > > Okay.
Committed as revision 213125. Thanks. Peter