From: DJ Delorie Date: Tue, 24 Apr 2012 01:53:20 +0000 (-0400) Subject: s390.h (LINK_SPEC): Remove, no longer needed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e0cea668e8a8d44674ebbc751afbe9dcc17339c;p=gcc.git s390.h (LINK_SPEC): Remove, no longer needed. * config/s390/s390.h (LINK_SPEC): Remove, no longer needed. (LIBSTDCXX): Change to CPP2. From-SVN: r186737 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1daace31c7..1cdac985ac5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-23 DJ Delorie + + * config/s390/s390.h (LINK_SPEC): Remove, no longer needed. + (LIBSTDCXX): Change to CPP2. + 2012-04-23 H.J. Lu PR bootstrap/52878 diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h index e4a1b50b6ec..4727a295938 100644 --- a/gcc/config/s390/tpf.h +++ b/gcc/config/s390/tpf.h @@ -1,6 +1,6 @@ /* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware Copyright (C) 2003, 2004, 2005, 2007, 2009, - 2010, 2011 Free Software Foundation, Inc. + 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by P.J. Darcy (darcypj@us.ibm.com), Hartmut Penner (hpenner@de.ibm.com), and Ulrich Weigand (uweigand@de.ibm.com). @@ -95,12 +95,6 @@ along with GCC; see the file COPYING3. If not see #define ASM_SPEC "%{m31&m64}%{mesa&mzarch}%{march=*} \ -alshd=%b.lst" -/* It would be nice to get the system linker script define the ones that it - needed. */ -#undef LIB_SPEC -#define LIB_SPEC "-lCTIS -lCISO -lCLBM -lCTAL -lCFVS -lCTBX -lCTXO \ - -lCJ00 -lCTDF -lCOMX -lCOMS -lCTHD -lCTAD -lTPFSTUB" - #undef TARGET_C99_FUNCTIONS #define TARGET_C99_FUNCTIONS 1 @@ -120,5 +114,5 @@ along with GCC; see the file COPYING3. If not see /* IBM copies these libraries over with these names. */ #define MATH_LIBRARY "CLBM" -#define LIBSTDCXX "CPP1" +#define LIBSTDCXX "CPP2" #endif /* ! _TPF_H */