* commit '0e2779bdbb80b6f94534af0b9128ced4b6caa418': Added TARGET_IS_64_BIT flag for x86_64 and aarch64
This commit is contained in:
commit
580b396331
2 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,8 @@ else
|
|||
TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
|
||||
endif
|
||||
|
||||
TARGET_IS_64_BIT := true
|
||||
|
||||
TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk
|
||||
ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
|
||||
$(error Unknown ARM architecture version: $(TARGET_ARCH_VARIANT))
|
||||
|
|
|
@ -28,6 +28,8 @@ else
|
|||
TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
|
||||
endif
|
||||
|
||||
TARGET_IS_64_BIT := true
|
||||
|
||||
# Include the arch-variant-specific configuration file.
|
||||
# Its role is to define various ARCH_X86_HAVE_XXX feature macros,
|
||||
# plus initial values for TARGET_GLOBAL_CFLAGS
|
||||
|
|
Loading…
Reference in a new issue