aboutsummaryrefslogtreecommitdiff
path: root/config/mt-ospace
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-18 22:12:52 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-18 22:12:52 +0000
commit9bcf38cd9f382486b3823eb923b50e2e9a89cef7 (patch)
treef2f4d4c38b38f2ed0299b19676430b502b427f25 /config/mt-ospace
parent93add516ee0d1a464c4e7d552668967e9f857099 (diff)
2014-11-17 Bob Dunlop <bob.dunlop@xyzzy.org.uk>
* mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than overwriting. (CXXFLAGS_FOR_TARGET): Similarly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mt-ospace')
-rw-r--r--config/mt-ospace4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-ospace b/config/mt-ospace
index 7f091041d8a..ce29ff4315d 100644
--- a/config/mt-ospace
+++ b/config/mt-ospace
@@ -1,3 +1,3 @@
# Build libraries optimizing for space, not speed.
- CFLAGS_FOR_TARGET = -g -Os
- CXXFLAGS_FOR_TARGET = -g -Os
+ CFLAGS_FOR_TARGET += -g -Os
+ CXXFLAGS_FOR_TARGET += -g -Os