diff options
author | Rebecca Cran <quic_rcran@quicinc.com> | 2022-05-04 02:48:12 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-05-13 14:58:54 +0000 |
commit | b55b6d33e468993c1ada27b7d6c17b61dc904247 (patch) | |
tree | 865f1395be46e78f42a2ead67e54ad4b006dc05d /ArmPlatformPkg/Scripts/Makefile | |
parent | 35d9b7ea2d46f784365c14eb293fcd802a2bafff (diff) | |
download | edk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.tar.gz edk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.tar.bz2 edk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.zip |
ArmPlatformPkg: Remove RVCT support
RVCT is obsolete and no longer used.
Remove support for it.
Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPlatformPkg/Scripts/Makefile')
-rw-r--r-- | ArmPlatformPkg/Scripts/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile index 270fc80b6a..baa6184564 100644 --- a/ArmPlatformPkg/Scripts/Makefile +++ b/ArmPlatformPkg/Scripts/Makefile @@ -5,10 +5,7 @@ #
#*/
-# Define the following variable to specify an alternative toolchain to the one located in your PATH:
-# - RVCT_TOOLS_PATH: for RVCT and RVCTLINUX toolchains
-
-EDK2_TOOLCHAIN ?= RVCTLINUX
+EDK2_TOOLCHAIN ?= GCC5
EDK2_ARCH ?= ARM
EDK2_BUILD ?= DEBUG
|