(TARGET_SWITCHES): -m68030 does not imply -m68881.

From-SVN: r3019
This commit is contained in:
Jim Wilson 1992-12-31 13:07:59 -08:00
parent a99bf70c25
commit 669b6587f5

View File

@ -117,7 +117,7 @@ extern int target_flags;
{ "nosky", -0200}, \
{ "68020-40", 0407}, \
{ "68030", -01400}, \
{ "68030", 7}, \
{ "68030", 5}, \
{ "68040", 01007}, \
{ "", TARGET_DEFAULT}}
/* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */