aboutsummaryrefslogtreecommitdiff
path: root/sysutils/edk2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-06 19:07:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-06 19:07:06 +0000
commitb8072cb5476149582d6f4284ceebd65ee3765db4 (patch)
tree1f0317b8ccb1c9d1d9c1c1365c2a1edfdbf1a5fd /sysutils/edk2
parentdad100a8f02b574d34f512d9929d5978a0ae312d (diff)
downloadports-b8072cb5476149582d6f4284ceebd65ee3765db4.tar.gz
ports-b8072cb5476149582d6f4284ceebd65ee3765db4.zip
Restrict only to architectures that the code claims to support:
Python/TargetTool/TargetTool.py: help="ARCHS is one of list: IA32, X64, ARM, AARCH64 or EBC, which replaces target.txt's TARGET_ARCH definition. To specify more archs, please repeat this option." Python/build/buildoptions.py: help="ARCHS is one of list: IA32, X64, ARM, AARCH64, RISCV64 or EBC, which overrides target.txt's TARGET_ARCH definition. To specify more archs, please repeat this option." See also: BaseTools/Source/C/GNUmakefile. Result from attempt on powerpc64: Attempting to detect HOST_ARCH from 'uname -m': powerpc Could not detected HOST_ARCH from uname results Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=547866
Diffstat (limited to 'sysutils/edk2')
-rw-r--r--sysutils/edk2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile
index 678c58a8a2f0..e0c2d4d56c71 100644
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -9,6 +9,9 @@ COMMENT= EDK2 Firmware for ${FLAVOR}
LICENSE= BSD3CLAUSE
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64
+ONLY_FOR_ARCHS_REASON= source code is not yet ported to anything other than IA32, X64, ARM, AARCH64, RISCV64 or EBC
+
PKGNAMESUFFIX= -${FLAVOR:C/_/-/g}
FLAVORS= macchiatobin rpi3 rpi4
FLAVOR?= macchiatobin