diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-08-12 05:25:26 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-08-12 05:25:26 +0000 |
commit | e01b4a8a9a9909dca98625236fd070fc6a4817ad (patch) | |
tree | d1c6a09ca7f87c8a0eff946b1923def9377020a5 /ArmPlatformPkg/ArmJunoPkg/Makefile | |
parent | 460616bdecc5c8f4fb6b482df60ce6c51d9c0e90 (diff) | |
download | edk2-platforms-e01b4a8a9a9909dca98625236fd070fc6a4817ad.tar.xz |
ArmPlatformPkg: remove mention of ARMGCC and ARMLINUXGCC
Remove the ARMGCC and ARMLINUXGCC from comments in the respective
Makefiles of ArmPlatformPkg and ArmJunoPkg. Also drop the wildly
outdated Versatile Express instructions, since they refer to ARMGCC
as well.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18209 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/ArmJunoPkg/Makefile')
-rw-r--r-- | ArmPlatformPkg/ArmJunoPkg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ArmPlatformPkg/ArmJunoPkg/Makefile b/ArmPlatformPkg/ArmJunoPkg/Makefile index 71828f3f2c..d8d1f8465a 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Makefile +++ b/ArmPlatformPkg/ArmJunoPkg/Makefile @@ -10,10 +10,8 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -# Define the following variables to specify an alternative toolchain to the one located in your PATH: +# Define the following variable to specify an alternative toolchain to the one located in your PATH: # - RVCT_TOOLS_PATH: for RVCT and RVCTLINUX toolchains -# - ARMGCC_TOOLS_PATH: for ARMGCC toolchain -# - ARMLINUXGCC_TOOLS_PATH: for ARMLINUXGCC EDK2_TOOLCHAIN ?= GCC49 GCC49_AARCH64_PREFIX ?= aarch64-none-elf- |