mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
b9600c9eba
Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
405 B
Diff
14 lines
405 B
Diff
---
|
|
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
|