summaryrefslogtreecommitdiff
path: root/config/mt-mips-elfoabi
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-12-06 17:42:48 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-12-06 17:42:48 +0000
commitf19088fc6f0635d2ae907ccceab891b7ee0e5b9c (patch)
treeaadfd5eadeb358925998a3d19811daee12f5fcef /config/mt-mips-elfoabi
parent749cc4b1b349c9217caca37d234e7786d04ddfbb (diff)
mt-sde (CFLAGS_FOR_TARGET, [...]): Use +=, not =.
config/ * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. * mt-mips-elfoabi: Likewise. From-SVN: r130652
Diffstat (limited to 'config/mt-mips-elfoabi')
-rw-r--r--config/mt-mips-elfoabi4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi
index 49c8ecd32ba..988ca1eaa2e 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