From 8ff625e0a91c7214eee53598f8081ef042557805 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 09:56:19 +0000 Subject: This port is now broken in 3 different ways: Checksum mismatch, compiler errors with gcc 3.x, and compiler errors on !i386 architectures. --- emulators/ia64sim/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3