]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, X86 : Fix bootstrap break from flags changes.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 21 Apr 2021 19:40:48 +0000 (20:40 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 21 Apr 2021 19:40:48 +0000 (20:40 +0100)
The changes from r12-36-g1751bec027f030515889fcf4baa9c91501aafc85
did not remove the uses of TARGET_ISA_* from i386/darwin.h.

Fixed thus.

gcc/ChangeLog:

* config/i386/darwin.h (TARGET_64BIT): Remove definition
based on TARGET_ISA_64BIT.
(TARGET_64BIT_P): Remove definition based on
TARGET_ISA_64BIT_P().

gcc/config/i386/darwin.h

index c81db9bf09fcddeb691c193f615f09ff587bf5a3..2657dfe266e92765825e1a857623f09e68dbbc3f 100644 (file)
@@ -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__