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 remove bogus specs redefin...
details: https://anonhg.NetBSD.org/src/rev/5dbdaead0ee6
branches: trunk
changeset: 998193:5dbdaead0ee6
user: maya <maya%NetBSD.org@localhost>
date: Wed Apr 10 16:11:06 2019 +0000
description:
remove bogus specs redefinition.
fixes the use of -march=native
diffstat:
external/gpl3/gcc/dist/gcc/config/netbsd.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diffs (20 lines):
diff -r 938928213e71 -r 5dbdaead0ee6 external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h Wed Apr 10 15:19:15 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h Wed Apr 10 16:11:06 2019 +0000
@@ -153,16 +153,6 @@
#define NETBSD_LIBGCC_SPEC "-lgcc"
#endif
-/* Pass -cxx-isystem to cc1/cc1plus. */
-#define NETBSD_CC1_AND_CC1PLUS_SPEC \
- "%{cxx-isystem}"
-
-#undef CC1_SPEC
-#define CC1_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC
-
-#undef CC1PLUS_SPEC
-#define CC1PLUS_SPEC NETBSD_CC1_AND_CC1PLUS_SPEC
-
#if defined(HAVE_LD_EH_FRAME_HDR)
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
#endif
Home |
Main Index |
Thread Index |
Old Index