From 1c9e0298c701965b3709f865d9f43c17bd73c909 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 6 Dec 2007 17:44:07 +0000 Subject: config/ * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =. * mt-mips-elfoabi: Likewise. --- 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 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 -- cgit v1.1