Commit b8a4094a by DJ Delorie Committed by DJ Delorie

tpf.h (LIBSTDCXX): Change to CPP1.

* config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
(LIB_SPEC): Add.
(SUPPORTS_DISCRIMINATOR): Define.

From-SVN: r225278
parent 36a85135
2015-07-01 DJ Delorie <dj@redhat.com>
* config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
(LIB_SPEC): Add.
(SUPPORTS_DISCRIMINATOR): Define.
2015-07-01 Richard Sandiford <richard.sandiford@arm.com> 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
PR bootstrap/66685 PR bootstrap/66685
......
...@@ -94,6 +94,10 @@ along with GCC; see the file COPYING3. If not see ...@@ -94,6 +94,10 @@ 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"
#undef LIB_SPEC
#define LIB_SPEC "-lCTIS -lCISO -lCLBM -lCTAL -lCFVS -lCTBX -lCTXO \
-lCJ00 -lCTDF -lCOMX -lCOMS -lCTHD -lCTAD -lTPFSTUB"
#define ENTRY_SPEC "%{mmain:-entry=_start} \ #define ENTRY_SPEC "%{mmain:-entry=_start} \
%{!mmain:-entry=0}" %{!mmain:-entry=0}"
...@@ -110,9 +114,12 @@ along with GCC; see the file COPYING3. If not see ...@@ -110,9 +114,12 @@ 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 "CPP2" #define LIBSTDCXX "CPP1"
#undef TARGET_LIBC_HAS_FUNCTION #undef TARGET_LIBC_HAS_FUNCTION
#define TARGET_LIBC_HAS_FUNCTION gnu_libc_has_function #define TARGET_LIBC_HAS_FUNCTION gnu_libc_has_function
/* GAS supports it, but the debuggers don't, so avoid it. */
#define SUPPORTS_DISCRIMINATOR 0
#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