(TARGET_SWITCHES): Have -msparclite also clear TARGET_FPU.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 21:15:29 +0000 (13:15 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 21:15:29 +0000 (13:15 -0800)
From-SVN: r3023

gcc/config/sparc/sparc.h

index 0f8bbc53b36e93cda4b52b69fee2891e14f4381c..f0e3e29e51b62e132be3d9b734f1559f2818da52 100644 (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