summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 04:33:46 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 04:33:46 +0000
commit1a3627601dcdaf4e1dbaf29bfcde96c6bcad9f30 (patch)
treed2e14e08d109ecf9cbbc88a1d4872208b40f526e /config
parentee7dd0c249947486406c423b6b092195adc6824b (diff)
downloadgcc-1a3627601dcdaf4e1dbaf29bfcde96c6bcad9f30.tar.gz
Add mt-ospace
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/mt-ospace3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mt-ospace b/config/mt-ospace
new file mode 100644
index 00000000000..7f091041d8a
--- /dev/null
+++ b/config/mt-ospace
@@ -0,0 +1,3 @@
+# Build libraries optimizing for space, not speed.
+ CFLAGS_FOR_TARGET = -g -Os
+ CXXFLAGS_FOR_TARGET = -g -Os