Module Name: src
Committed By: mrg
Date: Sun Jul 3 13:06:37 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h
Log Message:
undef DRIVER_SELF_SPECS before defining it.
also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.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/mips/netbsd64.h
diff -u src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.1 src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.2
--- src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h:1.1 Wed Jun 29 04:59:10 2011
+++ src/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Sun Jul 3 13:06:36 2011
@@ -22,9 +22,11 @@
/* Force the default endianness and ABI flags onto the command line
in order to make the other specs easier to write. */
+#undef DRIVER_SELF_SPECS
#define DRIVER_SELF_SPECS \
-"%{!EB:%{!EL:%(endian_spec)}}", \
-"%{!mabi=*: -mabi=n32}"
+ BASE_DRIVER_SELF_SPECS \
+ "%{!EB:%{!EL:%(endian_spec)}}", \
+ "%{!mabi=*: -mabi=n32}"
/* Define default target values. */