Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-12-06 20:44:07 +0300
committerRichard Sandiford <rdsandiford@googlemail.com>2007-12-06 20:44:07 +0300
commit6320370052b940a458f4f712b83e40fcf032e399 (patch)
tree2db5906ecffa1c3096a429c2588d7baefeba99d5 /config/mt-mips-elfoabi
parent27114d3aff40e6d8d6132f64dc218f8a7765953e (diff)
config/
* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. * mt-mips-elfoabi: Likewise.
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 49c8ecd32..988ca1eaa 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