(TARGET_DEFAULT): Use MASK_68040_ALSO, not MASK_68040.

From-SVN: r13140
This commit is contained in:
Richard Kenner 1996-11-12 14:48:13 -05:00
parent f6ae488b65
commit 3aad04640f
3 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,8 @@ Boston, MA 02111-1307, USA. */
#define SPACE_AFTER_L_OPTION
#define SWITCHES_NEED_SPACES "oL"
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) /* See m68k.h. 7 means 68020 with 68881. */
/* See m68k.h. 7 means 68020 with 68881. */
#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
#include "m68k/m68k.h"

View File

@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
/* See m68k.h. 0407 means 68020-68040. */
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
#endif
/* -m[c]6800 requires special flag to the assembler. */

View File

@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
/* See m68k.h. 0407 means 68040 (or 68030 or 68020, with 68881/2). */
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
/* Boundary (in *bits*) on which stack pointer should be aligned. */