diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-12-06 17:44:07 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-12-06 17:44:07 +0000 |
commit | 1c9e0298c701965b3709f865d9f43c17bd73c909 (patch) | |
tree | 08993ae52ae1d4b569acbfc49909efb8c428ac88 /config/mt-mips-elfoabi | |
parent | 2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74 (diff) | |
download | gdb-1c9e0298c701965b3709f865d9f43c17bd73c909.zip gdb-1c9e0298c701965b3709f865d9f43c17bd73c909.tar.gz gdb-1c9e0298c701965b3709f865d9f43c17bd73c909.tar.bz2 |
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-elfoabi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi index 49c8ecd..988ca1e 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 |