From bd51a4d5570d3e1dd9aae1e45db6ae087f2b645d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 16 Mar 2015 08:44:41 -0700 Subject: [PATCH] Append -g -Os rather than overwriting Sync with GCC 2014-11-17 Bob Dunlop * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than overwriting. (CXXFLAGS_FOR_TARGET): Similarly. --- config/ChangeLog | 9 +++++++++ config/mt-ospace | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index fdc880cf61..3003b7efe9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,12 @@ +2015-03-16 H.J. Lu + + Sync with GCC + 2014-11-17 Bob Dunlop + + * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than + overwriting. + (CXXFLAGS_FOR_TARGET): Similarly. + 2015-03-16 H.J. Lu Sync with GCC diff --git a/config/mt-ospace b/config/mt-ospace index 7f091041d8..ce29ff4315 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 -- 2.34.1