From: Jim Wilson Date: Thu, 13 Aug 1992 20:52:29 +0000 (-0700) Subject: (TARGET_SWITCHES): Make -m68040 set 01007 not 01000. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9799853d2983aab7d9140a50a59b4527e5c0cfe9;p=gcc.git (TARGET_SWITCHES): Make -m68040 set 01007 not 01000. From-SVN: r1815 --- diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 1eebad7687c..a8782bd192a 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -118,10 +118,10 @@ extern int target_flags; { "68020-40", 0407}, \ { "68030", -01400}, \ { "68030", 7}, \ - { "68040", 01000}, \ + { "68040", 01007}, \ { "", TARGET_DEFAULT}} /* TARGET_DEFAULT is defined in sun*.h and isi.h, etc. */ - +++ ss-920808/invoke.texi Wed Aug 12 14:48:32 1992 #ifdef SUPPORT_SUN_FPA /* Blow away 68881 flag silently on TARGET_FPA (since we can't clear any bits in TARGET_SWITCHES above) */