summaryrefslogtreecommitdiff
path: root/lang/gcc32
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-05-21 14:46:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-05-21 14:46:43 +0000
commit254dc972431e8e8fafe575fb4226cbe90ea480e3 (patch)
tree2531d27a46b77df142eef600b650ce43f58dbd6b /lang/gcc32
parent- use ${X11BASE} (diff)
- mark BROKEN on ia64
Bootstrap comparison failure! java/decl.o differs
Notes
Notes: svn path=/head/; revision=109651
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile3
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}