Commit 5e0cea66 by DJ Delorie Committed by DJ Delorie

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
parent 9975f093
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> 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/52878 PR bootstrap/52878
......
/* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware /* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware
Copyright (C) 2003, 2004, 2005, 2007, 2009, 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), Contributed by P.J. Darcy (darcypj@us.ibm.com),
Hartmut Penner (hpenner@de.ibm.com), and Hartmut Penner (hpenner@de.ibm.com), and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
...@@ -95,12 +95,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -95,12 +95,6 @@ along with GCC; see the file COPYING3. If not see
#define ASM_SPEC "%{m31&m64}%{mesa&mzarch}%{march=*} \ #define ASM_SPEC "%{m31&m64}%{mesa&mzarch}%{march=*} \
-alshd=%b.lst" -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 #undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS 1 #define TARGET_C99_FUNCTIONS 1
...@@ -120,5 +114,5 @@ along with GCC; see the file COPYING3. If not see ...@@ -120,5 +114,5 @@ along with GCC; see the file COPYING3. If not see
/* IBM copies these libraries over with these names. */ /* IBM copies these libraries over with these names. */
#define MATH_LIBRARY "CLBM" #define MATH_LIBRARY "CLBM"
#define LIBSTDCXX "CPP1" #define LIBSTDCXX "CPP2"
#endif /* ! _TPF_H */ #endif /* ! _TPF_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment