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/97686414b511
branches:  trunk
changeset: 455697:97686414b511
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 d39cbacbb74b -r 97686414b511 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