aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-10-07 21:15:27 +0100
committerManish Pandey <manish.pandey2@arm.com>2020-10-12 10:40:32 +0000
commitacbe35e0f83be531feec10d8eb9db71eab7b27da (patch)
tree050f922f87a304e6259ee14a6665063566af2599 /Makefile
parent0e16177ea2c4b0c86ec158bb6d2d0b562dbb4739 (diff)
Makefile: Remove unused macro
Removed unused macro AARCH32 and AARCH64 from makefile Change-Id: I6729e300f18d66dd7c6978d3bbd5a88937839c31 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index cb47491a45..c5073e016b 100644
--- a/Makefile
+++ b/Makefile
@@ -1067,13 +1067,6 @@ ifneq ($(findstring clang,$(notdir $(CC))),)
else
CPPFLAGS += -Wno-error=deprecated-declarations -Wno-error=cpp
endif
-
-# AARCH32/AARCH64 macros are deprecated in favor of the compiler-builtin __aarch64__.
-ifeq (${ARCH},aarch32)
- $(eval $(call add_define,AARCH32))
-else
- $(eval $(call add_define,AARCH64))
-endif
endif # !ERROR_DEPRECATED
$(eval $(call MAKE_LIB_DIRS))