summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-12-06 17:44:07 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-12-06 17:44:07 +0000
commit1c9e0298c701965b3709f865d9f43c17bd73c909 (patch)
tree08993ae52ae1d4b569acbfc49909efb8c428ac88 /config
parent2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74 (diff)
downloadppe42-binutils-1c9e0298c701965b3709f865d9f43c17bd73c909.tar.gz
ppe42-binutils-1c9e0298c701965b3709f865d9f43c17bd73c909.zip
config/
* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. * mt-mips-elfoabi: Likewise.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/mt-mips-elfoabi4
-rw-r--r--config/mt-sde4
3 files changed, 9 insertions, 4 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 84db8b2f3c..77082b4a3e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-06 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
+ * mt-mips-elfoabi: Likewise.
+
2007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi
index 49c8ecd32b..988ca1eaa2 100644
--- a/config/mt-mips-elfoabi
+++ b/config/mt-mips-elfoabi
@@ -2,5 +2,5 @@
# MIPS16 and non-MIPS16 code, but the libraries are all non-MIPS16.
# Add -minterlink-mips16 so that the libraries can be used with both
# ISA modes.
-CFLAGS_FOR_TARGET = -minterlink-mips16
-CXXFLAGS_FOR_TARGET = -minterlink-mips16
+CFLAGS_FOR_TARGET += -minterlink-mips16
+CXXFLAGS_FOR_TARGET += -minterlink-mips16
diff --git a/config/mt-sde b/config/mt-sde
index 775e50dd73..cb204203db 100644
--- a/config/mt-sde
+++ b/config/mt-sde
@@ -6,5 +6,5 @@
# has two purposes: it allows libraries to be used in situations where
# $gp != our _gp, and it allows them to be built with -G8 while
# retaining link compability with -G0 and -G4.
-CFLAGS_FOR_TARGET = -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
-CXXFLAGS_FOR_TARGET = -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
+CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
+CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt
OpenPOWER on IntegriCloud