diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 03:31:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-08 03:31:49 +0000 |
commit | efff0353b9ebc7de17ef260cd38bf6af975515d4 (patch) | |
tree | c6a274d1df60cae7205d930dc3c51fd4db777e64 | |
parent | 9fdde1af8b3c8c7307cd7c23590bd700c9171d24 (diff) | |
download | ports-efff0353b9ebc7de17ef260cd38bf6af975515d4.tar.gz ports-efff0353b9ebc7de17ef260cd38bf6af975515d4.zip |
Hopeless on anything other than x86.
Notes
Notes:
svn path=/head/; revision=425673
-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}" |