diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-16 08:44:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-16 08:44:41 -0700 |
commit | bd51a4d5570d3e1dd9aae1e45db6ae087f2b645d (patch) | |
tree | 07f1e681cb3a24de5002334ef301c3e18f06bae7 /config/mt-ospace | |
parent | b2121c33506a592a25c174b171e24e09af885bee (diff) | |
download | binutils-bd51a4d5570d3e1dd9aae1e45db6ae087f2b645d.zip binutils-bd51a4d5570d3e1dd9aae1e45db6ae087f2b645d.tar.gz binutils-bd51a4d5570d3e1dd9aae1e45db6ae087f2b645d.tar.bz2 |
Append -g -Os rather than overwriting
Sync with GCC
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.
Diffstat (limited to 'config/mt-ospace')
-rw-r--r-- | config/mt-ospace | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mt-ospace b/config/mt-ospace index 7f09104..ce29ff4 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 |