Commit ca366d68 by Richard Kenner

(TARGET_SWITCHES): Fix typo in "c68000" entry.

From-SVN: r11784
parent 935fb288
...@@ -122,7 +122,7 @@ extern int target_flags; ...@@ -122,7 +122,7 @@ extern int target_flags;
{ "68881", MASK_68881}, \ { "68881", MASK_68881}, \
{ "bitfield", MASK_BITFIELD}, \ { "bitfield", MASK_BITFIELD}, \
{ "68000", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \ { "68000", - (MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \
{ "c68000", - (MASK_68020|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_68060|MASK_68040_ONLY|MASK_68881)}, \
{ "nobitfield", - MASK_BITFIELD}, \ { "nobitfield", - MASK_BITFIELD}, \
{ "rtd", MASK_RTD}, \ { "rtd", 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