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/mips undef DRIVER_SELF_SPE...



details:   https://anonhg.NetBSD.org/src/rev/ad21e63e11bc
branches:  trunk
changeset: 766866:ad21e63e11bc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 03 13:06:36 2011 +0000

description:
undef DRIVER_SELF_SPECS before defining it.
also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS.

diffstat:

 external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f7d4914933ba -r ad21e63e11bc external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Sun Jul 03 13:05:19 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/mips/netbsd64.h Sun Jul 03 13:06:36 2011 +0000
@@ -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.  */
 



Home | Main Index | Thread Index | Old Index