Commit a66279da by Jim Wilson

(TARGET_SWITCHES): Have -msparclite also clear TARGET_FPU.

From-SVN: r3023
parent a55f13c6
......@@ -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
......
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