diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 09:56:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 09:56:19 +0000 |
commit | 8ff625e0a91c7214eee53598f8081ef042557805 (patch) | |
tree | 188c3d9e46e875cf4026c83417d2ff80d315c370 /emulators/ia64sim | |
parent | 4049bbf31d1bf1fd2d32b84f4bb4dbb796ce276f (diff) | |
download | ports-8ff625e0a91c7214eee53598f8081ef042557805.tar.gz ports-8ff625e0a91c7214eee53598f8081ef042557805.zip |
Notes
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r-- | emulators/ia64sim/Makefile | 4 |
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 |