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-sde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/mt-sde') diff --git a/config/mt-sde b/config/mt-sde index 775e50d..cb20420 100644 --- a/config/mt-sde +++ b/config/mt-sde @@ -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 -- cgit v1.1