diff options
-rw-r--r-- | misc/root/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 05311434a5b..5972606e8ea 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2018/08/19 20:16:41 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2019/11/04 17:30:40 rillig Exp $ DISTNAME= root_v5.26.00b.source PKGNAME= root-5.26 @@ -21,7 +21,8 @@ BUILD_TARGET= .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "arm") -BROKEN= Compilation stops due to internal compiler error +# from 2002. 17 years later, it's time to try it again. +#BROKEN= "Compilation stops due to internal compiler error" .endif ROOT_OPSYS= ${LOWER_OPSYS} |