diff options
Diffstat (limited to 'ArmPlatformPkg/Scripts/Makefile')
-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
|