• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãobd51a4d5570d3e1dd9aae1e45db6ae087f2b645d (tree)
Hora2015-03-17 00:44:41
AutorH.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Mensagem de Log

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.

Mudança Sumário

Diff

--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,6 +1,15 @@
11 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
22
33 Sync with GCC
4+ 2014-11-17 Bob Dunlop <bob.dunlop@xyzzy.org.uk>
5+
6+ * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than
7+ overwriting.
8+ (CXXFLAGS_FOR_TARGET): Similarly.
9+
10+2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
11+
12+ Sync with GCC
413 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
514
615 PR target/43538
--- a/config/mt-ospace
+++ b/config/mt-ospace
@@ -1,3 +1,3 @@
11 # Build libraries optimizing for space, not speed.
2- CFLAGS_FOR_TARGET = -g -Os
3- CXXFLAGS_FOR_TARGET = -g -Os
2+ CFLAGS_FOR_TARGET += -g -Os
3+ CXXFLAGS_FOR_TARGET += -g -Os