From 3005527fb157e5f2f3cf075f9d0a03424011485d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sun, 20 Feb 1994 13:43:56 -0800 Subject: [PATCH] (CC1_SPEC): Generate correct -mfp* and -mgp* from -mips* From-SVN: r6594 --- gcc/config/mips/osfrose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 372c39730ad..74b1a1ca48d 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} \ -- 2.30.2