]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add mt-ospace
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 28 Apr 1998 04:33:46 +0000 (04:33 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 28 Apr 1998 04:33:46 +0000 (04:33 +0000)
From-SVN: r19463

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