From f19088fc6f0635d2ae907ccceab891b7ee0e5b9c Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 6 Dec 2007 17:42:48 +0000 Subject: 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 --- config/mt-mips-elfoabi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/mt-mips-elfoabi') 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 -- cgit v1.2.3