Commit bae37e71 by Richard Kenner

(TARGET_SWITCHES): Treat -m68302 like -m68000 and -m68332 like

-m68020; remove -mno-68302 and -mno-68332.

From-SVN: r12214
parent 8f6562d0
......@@ -150,10 +150,9 @@ extern int target_flags;
{ "5200", (MASK_5200)}, \
{ "68851", 0}, \
{ "no-68851", 0}, \
{ "68302", 0}, \
{ "no-68302", 0}, \
{ "68332", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \
{ "no-68332", 0}, \
{ "68302", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \
{ "68332", - (MASK_68060|MASK_68040|MASK_BITFIELD)}, \
{ "68332", MASK_68020}, \
SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT}}
/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */
......
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