Browse Source

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>
users/vapier/wip
Chris Packham 3 years ago
committed by Jeff Johnston
parent
commit
28489b0702
  1. 4
      config/mt-d30v

4
config/mt-d30v

@ -1,4 +1,4 @@
# Build libraries optimizing for space, not speed.
# Turn off warnings about symbols named the same as registers
CFLAGS_FOR_TARGET = -g -Os -Wa,-C
CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
CFLAGS_FOR_TARGET += -g -Os -Wa,-C
CXXFLAGS_FOR_TARGET += -g -Os -Wa,-C

Loading…
Cancel
Save