From a319b8a5988719ffa59d6fd5f850b715dd3207a9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 8 Mar 2005 06:48:38 +0000 Subject: Fixup gcc 3.3.3 and 3.3.4 builds with patches backported from stuff I added to gcc-3.3.5 --- toolchain/gcc/3.3.3/specs-mips-soft-float | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/gcc/3.3.3/specs-mips-soft-float (limited to 'toolchain/gcc/3.3.3/specs-mips-soft-float') diff --git a/toolchain/gcc/3.3.3/specs-mips-soft-float b/toolchain/gcc/3.3.3/specs-mips-soft-float new file mode 100644 index 000000000..a562d226b --- /dev/null +++ b/toolchain/gcc/3.3.3/specs-mips-soft-float @@ -0,0 +1,11 @@ +--- specs-mips-float 2004-11-03 13:33:59.000000000 -0700 ++++ specs-mips-soft-float 2004-10-08 19:05:58.000000000 -0600 +@@ -33,7 +33,7 @@ + %{profile:-p} + + *cc1_options: +-%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}} %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*} -auxbase%{c|S:%{o*:-strip %*}%{!o*: %b}}%{!c:%{!S: %b}} %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi} %{v:-version} %{pg:-p} %{p} %{f*} %{undef} %{Qn:-fno-ident} %{--help:--help} %{--target-help:--target-help} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} %{fsyntax-only:-o %j} %{-param*} ++%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}} %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*} %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi} %{v:-version} %{pg:-p} %{p} %{f*} %{undef} %{Qn:-fno-ident} %{--help:--help} %{--target-help:--target-help} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} %{fsyntax-only:-o %j} %{-param*} %{msoft-float:%{mhard-float: %e-msoft-float and -mhard_float may not be used together}} %{!mhard-float:%{!msoft-float:-msoft-float}} + + *cc1plus: + -- cgit v1.2.3