config/
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 6 Dec 2007 17:44:07 +0000 (17:44 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Thu, 6 Dec 2007 17:44:07 +0000 (17:44 +0000)
* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
* mt-mips-elfoabi: Likewise.

config/ChangeLog
config/mt-mips-elfoabi
config/mt-sde

index 84db8b2f3c09986561f50b49c0d11d359683651f..77082b4a3e18402508fcb3864342681e87962855 100644 (file)
@@ -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.
index 49c8ecd32ba18de5e7dcbfbf4fce5aac090d7910..988ca1eaa2eff07b0a1090a764d7a0661346440a 100644 (file)
@@ -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
index 775e50dd7325749e8491f5b8624740660024d56a..cb204203db835106ba80bd9168b658c8963d4048 100644 (file)
@@ -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
This page took 0.039613 seconds and 4 git commands to generate.