From fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 8 Nov 2016 03:31:49 +0000 Subject: Hopeless on anything other than x86. --- emulators/ia64sim/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emulators') diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index bb781901dce9..f9986eeb3624 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -13,6 +13,9 @@ COMMENT= IA64 simulator (Intel(R) Architecture 64) LICENSE= PD +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= never ported to non-x86 architectures + USES= gmake zip MAKEFILE= makefile.unx MAKE_ARGS= CC="${CC}" -- cgit