diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 11:31:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 11:31:49 +0800 |
commit | fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0 (patch) | |
tree | c6a274d1df60cae7205d930dc3c51fd4db777e64 /emulators | |
parent | ef2817812830a02e9e7210cfe5c9b3e1d5a7b870 (diff) | |
download | freebsd-ports-gnome-fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0.tar.gz freebsd-ports-gnome-fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0.tar.zst freebsd-ports-gnome-fe1c4a009d4f0aba7f7ea447af1ce1acb29ed6c0.zip |
Hopeless on anything other than x86.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |