diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-20 13:43:56 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-20 13:43:56 -0800 |
commit | 3005527fb157e5f2f3cf075f9d0a03424011485d (patch) | |
tree | 6f9b7ddb9661a51781f8f8d92c1c38ae062b65cb | |
parent | 923a8d0689917ec9b6b1faf88bc5f72140bf7f7e (diff) | |
download | gcc-3005527fb157e5f2f3cf075f9d0a03424011485d.zip gcc-3005527fb157e5f2f3cf075f9d0a03424011485d.tar.gz gcc-3005527fb157e5f2f3cf075f9d0a03424011485d.tar.bz2 |
(CC1_SPEC): Generate correct -mfp* and -mgp* from -mips*
From-SVN: r6594
-rw-r--r-- | gcc/config/mips/osfrose.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 372c397..74b1a1c 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -113,6 +113,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Turn on -mpic-extern by default. */ #define CC1_SPEC "\ %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \ +%{mips1:-mfp32 -mgp32}%{mips2:-mfp32 -mgp32}%{mips3:-mfp64 -mgp64} \ %{G*} \ %{pic-none: -mno-half-pic} \ %{pic-lib: -mhalf-pic} \ |