diff options
Diffstat (limited to 'gcc/config/i386/biarch64.h')
-rw-r--r-- | gcc/config/i386/biarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/biarch64.h b/gcc/config/i386/biarch64.h index 46a55b0d188..2a36e2e2fc8 100644 --- a/gcc/config/i386/biarch64.h +++ b/gcc/config/i386/biarch64.h @@ -21,5 +21,5 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#define TARGET_64BIT_DEFAULT MASK_64BIT +#define TARGET_64BIT_DEFAULT OPTION_MASK_ISA_64BIT #define TARGET_BI_ARCH 1 |