Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/ia64 avoid the default TAR...
details: https://anonhg.NetBSD.org/src/rev/ebbcfa2c812b
branches: trunk
changeset: 346216:ebbcfa2c812b
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Jul 01 14:48:51 2016 +0000
description:
avoid the default TARGET_INIT_LIBFUNCS (i think) and XFmode.
diffstat:
external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r c2722f9967e5 -r ebbcfa2c812b external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h Fri Jul 01 13:11:21 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h Fri Jul 01 14:48:51 2016 +0000
@@ -49,8 +49,13 @@
#undef CPP_SPEC
#define CPP_SPEC "%(netbsd_cpp_spec)"
+#undef TARGET_INIT_LIBFUNCS
+#define TARGET_INIT_LIBFUNCS ia64_soft_fp_init_libfuncs
#if 0
/* Attempt to enable execute permissions on the stack. */
#define TRANSFER_FROM_TRAMPOLINE NETBSD_ENABLE_EXECUTE_STACK
#endif
+
+/* Don't have TFmode support (yet?). */
+#define IA64_NO_LIBGCC_TFMODE
Home |
Main Index |
Thread Index |
Old Index