diff options
author | DJ Delorie <dj@redhat.com> | 2012-04-23 21:53:20 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2012-04-23 21:53:20 -0400 |
commit | 5e0cea668e8a8d44674ebbc751afbe9dcc17339c (patch) | |
tree | 61a84e4f49e7a437b561a2549c20084c95276540 /gcc/config/s390/tpf.h | |
parent | 9975f09362f8da80d3c2d0440a31a8dcbd316484 (diff) | |
download | gcc-5e0cea668e8a8d44674ebbc751afbe9dcc17339c.tar.gz |
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
Diffstat (limited to 'gcc/config/s390/tpf.h')
-rw-r--r-- | gcc/config/s390/tpf.h | 10 |
1 files changed, 2 insertions, 8 deletions
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 */ |