Commit 212198f4 by Richard Kenner

(TARGET_SWITCHES): Add new target name: cpu32.

From-SVN: r14095
parent 29c00980
...@@ -172,6 +172,8 @@ extern int target_flags; ...@@ -172,6 +172,8 @@ extern int target_flags;
{ "68302", - (MASK_5200|MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \ { "68302", - (MASK_5200|MASK_68060|MASK_68040|MASK_68020|MASK_BITFIELD)}, \
{ "68332", - (MASK_5200|MASK_68060|MASK_68040|MASK_BITFIELD)}, \ { "68332", - (MASK_5200|MASK_68060|MASK_68040|MASK_BITFIELD)}, \
{ "68332", MASK_68020}, \ { "68332", MASK_68020}, \
{ "cpu32", - (MASK_5200|MASK_68060|MASK_68040|MASK_BITFIELD)}, \
{ "cpu32", MASK_68020}, \
{ "align-int", MASK_ALIGN_INT }, \ { "align-int", MASK_ALIGN_INT }, \
{ "no-align-int", -MASK_ALIGN_INT }, \ { "no-align-int", -MASK_ALIGN_INT }, \
SUBTARGET_SWITCHES \ SUBTARGET_SWITCHES \
......
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