Add mt-ospace
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 1998 04:33:46 +0000 (04:33 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Apr 1998 04:33:46 +0000 (04:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19463 138bc75d-0d04-0410-961f-82ee72b054a4

config/mt-ospace [new file with mode: 0644]

diff --git a/config/mt-ospace b/config/mt-ospace
new file mode 100644 (file)
index 0000000..7f09104
--- /dev/null
@@ -0,0 +1,3 @@
+# Build libraries optimizing for space, not speed.
+ CFLAGS_FOR_TARGET = -g -Os
+ CXXFLAGS_FOR_TARGET = -g -Os