Commit 50661623 by Richard Stallman

(TARGET_SWITCHES): For -m68020, -m68000 and

-msoft-float, turn off 01400 bits.

From-SVN: r4695
parent cadb41d5
......@@ -99,13 +99,15 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
{ { "68020", 5}, \
{ { "68020", -01400}, \
{ "c68020", -01400}, \
{ "68020", 5}, \
{ "c68020", 5}, \
{ "68881", 2}, \
{ "bitfield", 4}, \
{ "68000", -5}, \
{ "c68000", -5}, \
{ "soft-float", -0102}, \
{ "68000", -01405}, \
{ "c68000", -01405}, \
{ "soft-float", -01102}, \
{ "nobitfield", -4}, \
{ "rtd", 8}, \
{ "nortd", -8}, \
......
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