mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
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
This commit is contained in:
parent
93add516ee
commit
9bcf38cd9f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user