From: Michael Meissner Date: Tue, 28 Apr 1998 04:33:46 +0000 (+0000) Subject: Add mt-ospace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d9d39bbd3d44c922a866e84f39d3041b709c5a1;p=gcc.git Add mt-ospace From-SVN: r19463 --- 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