summaryrefslogtreecommitdiff
path: root/packages/newlib/3.1.0.20181231/0001-fix-mt-cflags.patch
blob: 24a9215dd5beb99b28b932bddd50a5ba8dd9a0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
 config/mt-d30v |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- 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