Module Name:    src
Committed By:   maya
Date:           Wed Apr 10 16:11:06 UTC 2019

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config: netbsd.h

Log Message:
remove bogus specs redefinition.
fixes the use of -march=native


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gcc/dist/gcc/config/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.28 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.29
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.28	Sun Apr  7 14:11:23 2019
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h	Wed Apr 10 16:11:06 2019
@@ -153,16 +153,6 @@ along with GCC; see the file COPYING3.  
 #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

Reply via email to