Merge "Added TARGET_IS_64_BIT flag for x86_64 and aarch64"

This commit is contained in:
Ying Wang 2013-12-11 17:52:26 +00:00 committed by Gerrit Code Review
commit 8a373fd5ae
2 changed files with 4 additions and 0 deletions

View File

@ -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))

View File

@ -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