mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than overwriting.
authorBob Dunlop <bob.dunlop@xyzzy.org.uk>
Tue, 18 Nov 2014 22:12:52 +0000 (22:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 18 Nov 2014 22:12:52 +0000 (15:12 -0700)
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.

From-SVN: r217739

config/ChangeLog
config/mt-ospace

index 6f27566974d5e59fb90ce269fcc448e7e07ac10e..ab3a773049dea718343b4ea38baf29247d741f96 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2014-11-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/63888
index 7f091041d8a7f93b98c4fa3b3d0c04a79708fed4..ce29ff4315d77a6c37a5395900eb765872261e80 100644 (file)
@@ -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