From cbd70d8d0da8e9155a890152f93568f0b9f9ead5 Mon Sep 17 00:00:00 2001 From: gerald Date: Thu, 31 Mar 2005 23:24:12 +0000 Subject: Mark BROKEN on sparc64. I reported the problem upstream, but there is no fix in sight yet. Approved by: portmgr (krion) --- lang/gcc44/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gcc44') diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 56ef7f2fba29..45a1a5cb4e29 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include +.if ${ARCH} == "sparc64" +BROKEN= "Bootstrap fails with SPARC-specific error. Reported upstream as http://gcc.gnu.org/PR20633" +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .else -- cgit