Commit 8309458a by Andreas Schwab Committed by Andreas Schwab

m68k.h (TARGET_SWITCHES): Don't remove MASK_68040 for -m68020-60, to prevent the use of fintrz.

	* config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
	for -m68020-60, to prevent the use of fintrz.

From-SVN: r22122
parent 04d59dc5
Mon Aug 31 10:47:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
for m68020-60, to prevent the use of fintrz.
Sun Aug 30 22:17:20 1998 Mark Mitchell <mark@markmitchell.com>
* configure.in: If the native compiler is GCC use $(WARN_CFLAGS)
......
......@@ -155,8 +155,9 @@ extern int target_flags;
{ "soft-float", - (MASK_FPA|MASK_SKY|MASK_68040_ONLY|MASK_68881)}, \
{ "68020-40", -(MASK_5200|MASK_68060|MASK_68040_ONLY)}, \
{ "68020-40", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040)}, \
{ "68020-60", -(MASK_5200|MASK_68040|MASK_68040_ONLY)}, \
{ "68020-60", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68060)}, \
{ "68020-60", -(MASK_5200|MASK_68040_ONLY)}, \
{ "68020-60", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040 \
|MASK_68060)}, \
{ "68030", - (MASK_5200|MASK_68060|MASK_68040|MASK_68040_ONLY)}, \
{ "68030", (MASK_68020|MASK_BITFIELD)}, \
{ "68040", - (MASK_5200|MASK_68060)}, \
......
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