From 9dad5f5cd16aa288abc097914d14e9d556f0e0f0 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 23 Apr 2006 11:08:41 +0000 Subject: IGNORE on ia64 and sparc64, because we know things currently cannot work on these two. --- lang/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gcc') diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index f24aa26fc6fc..e6171d5e7fe4 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include +.if ${ARCH} == ia64 || ${ARCH} == sparc64 +IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865 +.endif + .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 WITHOUT_JAVA= yes .endif -- cgit