config/mt-d30v: Append flags
Append to CFLAGS_FOR_TARGET/CXXFLAGS_FOR_TARGET rather than replacing them. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
e79304d7b4
commit
28489b0702
|
@ -1,4 +1,4 @@
|
||||||
# Build libraries optimizing for space, not speed.
|
# Build libraries optimizing for space, not speed.
|
||||||
# Turn off warnings about symbols named the same as registers
|
# Turn off warnings about symbols named the same as registers
|
||||||
CFLAGS_FOR_TARGET = -g -Os -Wa,-C
|
CFLAGS_FOR_TARGET += -g -Os -Wa,-C
|
||||||
CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
|
CXXFLAGS_FOR_TARGET += -g -Os -Wa,-C
|
||||||
|
|
Loading…
Reference in New Issue