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

Commit 580b3963 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 0e2779bd: am 8a373fd5: Merge "Added TARGET_IS_64_BIT flag for x86_64 and aarch64"

* commit '0e2779bd':
  Added TARGET_IS_64_BIT flag for x86_64 and aarch64
parents e9c2395f 0e2779bd
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