]> gcc.gnu.org Git - gcc.git/commitdiff
(TARGET_SWITCHES): -m68030 does not imply -m68881.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 21:07:59 +0000 (13:07 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 31 Dec 1992 21:07:59 +0000 (13:07 -0800)
From-SVN: r3019

gcc/config/m68k/m68k.h

index 0ae542586285a2519eab16529b6160039f43135d..83a3ea6acfcefd39a218c97db72bc6871c407a7c 100644 (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.  */
This page took 0.177762 seconds and 5 git commands to generate.