diff options
-rw-r--r-- | gcc/config/mips/news4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/news4.h b/gcc/config/mips/news4.h index 5597b7e..09d5114 100644 --- a/gcc/config/mips/news4.h +++ b/gcc/config/mips/news4.h @@ -29,8 +29,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{EB} %{!EB:-EB} \ %{EL: %e-EL not supported} \ %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \ - %{g} %{g1} %{g2} %{g3} %{g0} %{v} %{K} \ - %{G*}}" + %{g} %{g1} %{g2} %{g3} %{g0} %{v} %{K}} \ +%{G*}" #define CPP_SPEC "\ %{!nostdinc: -I/usr/include2.0} \ |