From 5e0cea668e8a8d44674ebbc751afbe9dcc17339c Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 23 Apr 2012 21:53:20 -0400 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/tpf.h | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1daace..1cdac98 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 e4a1b50..4727a29 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 */ -- 2.7.4