diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index c81db9bf09f..2657dfe266e 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -25,11 +25,6 @@ along with GCC; see the file COPYING3. If not see #undef DARWIN_X86 #define DARWIN_X86 1 -#undef TARGET_64BIT -#define TARGET_64BIT TARGET_ISA_64BIT -#undef TARGET_64BIT_P -#define TARGET_64BIT_P(x) TARGET_ISA_64BIT_P(x) - #ifdef IN_LIBGCC2 #undef TARGET_64BIT #ifdef __x86_64__