From: Jim Wilson Date: Sun, 20 Feb 1994 21:43:56 +0000 (-0800) Subject: (CC1_SPEC): Generate correct -mfp* and -mgp* from -mips* X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3005527fb157e5f2f3cf075f9d0a03424011485d;p=gcc.git (CC1_SPEC): Generate correct -mfp* and -mgp* from -mips* From-SVN: r6594 --- 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} \