(TARGET_SWITCHES): Have -msparclite also clear TARGET_FPU.

From-SVN: r3023
This commit is contained in:
Jim Wilson 1992-12-31 13:15:29 -08:00
parent a55f13c621
commit a66279da54

View File

@ -127,7 +127,9 @@ extern int target_flags;
{"v8", 64}, \
{"no-v8", -64}, \
{"sparclite", 128}, \
{"sparclite", -1}, \
{"no-sparclite", -128}, \
{"no-sparclite", 1}, \
{ "", TARGET_DEFAULT}}
#define TARGET_DEFAULT 3