2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-29 17:31:10 +08:00

Correct MASK_64BIT to TARGET_64BIT

From-SVN: r12986
This commit is contained in:
Ian Lance Taylor 1996-10-21 22:02:15 +00:00
parent 085daa5a3b
commit 17964a96fa

@ -3470,7 +3470,7 @@ override_options ()
target_flags &= ~ (MASK_FLOAT64|MASK_64BIT);
/* In the EABI in 64 bit mode, longs and pointers are 64 bits. */
if (mips_abi == ABI_EABI && MASK_64BIT)
if (mips_abi == ABI_EABI && TARGET_64BIT)
target_flags |= MASK_LONG64;
/* ??? This doesn't work yet, so don't let people try to use it. */