Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a373fd5 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Added TARGET_IS_64_BIT flag for x86_64 and aarch64"

parents c2f639a1 a1779eb1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))
+2 −0
Original line number Diff line number Diff line
@@ -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