summaryrefslogtreecommitdiff
path: root/emulators/ia64sim
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 09:56:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 09:56:19 +0000
commit8ff625e0a91c7214eee53598f8081ef042557805 (patch)
tree188c3d9e46e875cf4026c83417d2ff80d315c370 /emulators/ia64sim
parentBROKEN on alpha 4.x: Does not compile (diff)
This port is now broken in 3 different ways: Checksum mismatch, compiler
errors with gcc 3.x, and compiler errors on !i386 architectures.
Notes
Notes: svn path=/head/; revision=103857
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r--emulators/ia64sim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index 817d240b4113..87c28e2ee4de 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -27,6 +27,10 @@ USE_ZIP= yes
BROKEN+= "and does not build with latest gcc"
.endif
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
EXTRACT_BEFORE_ARGS= -qLa
WRKSRC= ${WRKDIR}/home/chuck/ia64simcc
USE_GMAKE= yes