aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-05-28 15:05:45 +1200
committerJeff Johnston <jjohnstn@redhat.com>2023-05-30 13:55:09 -0400
commit28489b0702556eb183029750b0292fa3d59d31c0 (patch)
tree31958c21fb114a60ebcd684035291c4e82e65c01 /config
parente79304d7b4a54abc393d0f13f7170c5863a1ef1d (diff)
downloadnewlib-28489b0702556eb183029750b0292fa3d59d31c0.zip
newlib-28489b0702556eb183029750b0292fa3d59d31c0.tar.gz
newlib-28489b0702556eb183029750b0292fa3d59d31c0.tar.bz2
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>
Diffstat (limited to 'config')
-rw-r--r--config/mt-d30v4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-d30v b/config/mt-d30v
index d34b774..f5081ae 100644
--- a/config/mt-d30v
+++ b/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