diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-05-21 22:46:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-05-21 22:46:43 +0800 |
commit | 9aeab01347b57cb28a22a8387725dc8c7ad0384c (patch) | |
tree | 0ada34cff2105b9c983add263901898a3b06b997 /lang/gcc32 | |
parent | 0d3a025b6b2213144d7fc04bf97dac6e76d63154 (diff) | |
download | freebsd-ports-gnome-9aeab01347b57cb28a22a8387725dc8c7ad0384c.tar.gz freebsd-ports-gnome-9aeab01347b57cb28a22a8387725dc8c7ad0384c.tar.zst freebsd-ports-gnome-9aeab01347b57cb28a22a8387725dc8c7ad0384c.zip |
- mark BROKEN on ia64
Bootstrap comparison failure!
java/decl.o differs
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 572c09413c5a..f34c8f3581fc 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -45,6 +45,9 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} # libgcj is built on all platforms except sparc64 and ia64 and amd64 WITHOUT_LIBJAVA=yes .endif +.if ${ARCH} == "ia64" +BROKEN= gcj does not build. +.endif .if ${PORTOBJFORMAT} == "aout" CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL} |