mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than overwriting.
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
This commit is contained in:
parent
f899317ec2
commit
31f4431254
@ -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>
|
2014-11-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR bootstrap/63888
|
PR bootstrap/63888
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Build libraries optimizing for space, not speed.
|
# Build libraries optimizing for space, not speed.
|
||||||
CFLAGS_FOR_TARGET = -g -Os
|
CFLAGS_FOR_TARGET += -g -Os
|
||||||
CXXFLAGS_FOR_TARGET = -g -Os
|
CXXFLAGS_FOR_TARGET += -g -Os
|
||||||
|
Loading…
Reference in New Issue
Block a user