From: Richard Kenner Date: Tue, 16 Apr 1996 16:03:10 +0000 (-0400) Subject: (TARGET_SWITCHES): Don't remove MASK_68060 with -msoft-float. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f9ca37e6a1c64e9b05430825df2c9d90cbe3430;p=gcc.git (TARGET_SWITCHES): Don't remove MASK_68060 with -msoft-float. From-SVN: r11819 --- diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 262c0da0db8..6016224534a 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -123,7 +123,7 @@ extern int target_flags; { "bitfield", MASK_BITFIELD}, \ { "68000", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \ { "c68000", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \ - { "soft-float", - (MASK_68060|MASK_68040_ONLY|MASK_68881)}, \ + { "soft-float", - (MASK_68040_ONLY|MASK_68881)}, \ { "nobitfield", - MASK_BITFIELD}, \ { "rtd", MASK_RTD}, \ { "nortd", - MASK_RTD}, \