]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Scripts/Makefile
ArmPlatformPkg: Remove RVCT support
[mirror_edk2.git] / ArmPlatformPkg / Scripts / Makefile
index 8f23f7bd36809523425b0f1089829a1db9076899..baa618456413d4bda900b865258970bcd639f6c1 100644 (file)
@@ -1,26 +1,15 @@
 #/* @file\r
 #  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
-#  \r
-#  This program and the accompanying materials                          \r
-#  are licensed and made available under the terms and conditions of the BSD License         \r
-#  which accompanies this distribution.  The full text of the license may be found at        \r
-#  http://opensource.org/licenses/bsd-license.php                                            \r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #*/\r
 \r
-# Define the following variables to specify an alternative toolchain to the one located in your PATH:\r
-# - RVCT_TOOLS_PATH: for RVCT and RVCTLINUX toolchains\r
-# - ARMGCC_TOOLS_PATH: for ARMGCC toolchain\r
-# - ARMLINUXGCC_TOOLS_PATH: for ARMLINUXGCC\r
-\r
-EDK2_TOOLCHAIN ?= RVCTLINUX\r
+EDK2_TOOLCHAIN ?= GCC5\r
 EDK2_ARCH ?= ARM\r
 EDK2_BUILD ?= DEBUG\r
 \r
-ifeq ($(EDK2_DSC),"")\r
+ifndef EDK2_DSC\r
   $(error The Makfile macro 'EDK2_DSC' must be defined with an EDK2 DSC file.)\r
 endif\r
 ifeq ("$(EDK2_DSC)","ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc")\r