diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1998-04-28 04:33:46 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1998-04-28 04:33:46 +0000 |
commit | 3d9d39bbd3d44c922a866e84f39d3041b709c5a1 (patch) | |
tree | d2e14e08d109ecf9cbbc88a1d4872208b40f526e /config/mt-ospace | |
parent | 1052e6e6802273fe9fa1a169d92338d47bcd2208 (diff) | |
download | gcc-3d9d39bbd3d44c922a866e84f39d3041b709c5a1.tar.gz |
Add mt-ospace
From-SVN: r19463
Diffstat (limited to 'config/mt-ospace')
-rw-r--r-- | config/mt-ospace | 3 |
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 |