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/Scripts | |
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/Scripts')
-rw-r--r-- | ArmPlatformPkg/Scripts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile index 8f23f7bd36..b6da154a86 100644 --- a/ArmPlatformPkg/Scripts/Makefile +++ b/ArmPlatformPkg/Scripts/Makefile @@ -11,10 +11,8 @@ #
#*/
-# 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 ?= RVCTLINUX
EDK2_ARCH ?= ARM
|