Remove the ARCH build configuration from the Makefile
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 18 Feb 2015 17:28:07 +0000 (17:28 +0000)
committerDan Handley <dan.handley@arm.com>
Mon, 13 Apr 2015 16:14:43 +0000 (17:14 +0100)
The ARCH variable, which defaults to 'aarch64', gives the wrong
impression that the Trusted Firmware can be built for other
architectures. This patch removes it. This doesn't have any
consequence on the rest of the build system because the variable
was unused.

Change-Id: I97130f11f7733a3cbdfc89989587f2ebecaf3294

Makefile

index aefcd2c6b575d9f908279ffba699c4a1f591e3a7..02bb3172e91035042b0496ced4197fc89346e226 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,6 @@ VERSION_MINOR         := 1
 V                      := 0
 # Debug build
 DEBUG                  := 0
-# Build architecture
-ARCH                   := aarch64
 # Build platform
 DEFAULT_PLAT           := fvp
 PLAT                   := ${DEFAULT_PLAT}