]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390.h (LINK_SPEC): Remove, no longer needed.
authorDJ Delorie <dj@redhat.com>
Tue, 24 Apr 2012 01:53:20 +0000 (21:53 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 24 Apr 2012 01:53:20 +0000 (21:53 -0400)
* config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
(LIBSTDCXX): Change to CPP2.

From-SVN: r186737

gcc/ChangeLog
gcc/config/s390/tpf.h

index e1daace31c75530f1a5f83ffaa04d5c10c655082..1cdac985ac5b2b00834c12dae655794bd1a5236c 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-23  DJ Delorie  <dj@redhat.com>
+
+       * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
+       (LIBSTDCXX): Change to CPP2.
+
 2012-04-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/52878
index e4a1b50b6ec7452011623ee871070ea23f3fc361..4727a295938b905788404b8d2712328145e16691 100644 (file)
@@ -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 */