summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Scripts
diff options
context:
space:
mode:
authorRebecca Cran <quic_rcran@quicinc.com>2022-05-04 02:48:12 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-05-13 14:58:54 +0000
commitb55b6d33e468993c1ada27b7d6c17b61dc904247 (patch)
tree865f1395be46e78f42a2ead67e54ad4b006dc05d /ArmPlatformPkg/Scripts
parent35d9b7ea2d46f784365c14eb293fcd802a2bafff (diff)
downloadedk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.zip
edk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.tar.gz
edk2-b55b6d33e468993c1ada27b7d6c17b61dc904247.tar.bz2
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')
-rw-r--r--ArmPlatformPkg/Scripts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile
index 270fc80..baa6184 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