summaryrefslogtreecommitdiff
path: root/config/mt-sde
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-12-06 17:44:07 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2007-12-06 17:44:07 +0000
commit7f9ef3b895dae6d764b96b2ba959e458eb919304 (patch)
tree0d525f001fb732cfc01155f815a88ab57f5ab0ff /config/mt-sde
parent2afc864ae5f733ac65ac61b9bddd080a3190b011 (diff)
downloadgdb-7f9ef3b895dae6d764b96b2ba959e458eb919304.tar.gz
config/
* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. * mt-mips-elfoabi: Likewise.
Diffstat (limited to 'config/mt-sde')
-rw-r--r--config/mt-sde4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-sde b/config/mt-sde
index 775e50dd732..cb204203db8 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