Commit 7f9ca37e by Richard Kenner

(TARGET_SWITCHES): Don't remove MASK_68060 with -msoft-float.

From-SVN: r11819
parent dbe68272
......@@ -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}, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment