Wed Apr 3 19:29:24 2013 UTC ()
dont use cxx to build, just disable bootstrap -- faster and actually works


(jmcneill)
diff -r1.1 -r1.2 pkgsrc/lang/gcc46/hacks.mk

cvs diff -r1.1 -r1.2 pkgsrc/lang/gcc46/Attic/hacks.mk (expand / switch to unified diff)

--- pkgsrc/lang/gcc46/Attic/hacks.mk 2013/04/02 22:31:40 1.1
+++ pkgsrc/lang/gcc46/Attic/hacks.mk 2013/04/03 19:29:23 1.2
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1# $NetBSD: hacks.mk,v 1.1 2013/04/02 22:31:40 jmcneill Exp $ 1# $NetBSD: hacks.mk,v 1.2 2013/04/03 19:29:23 jmcneill Exp $
2 2
3# 3#
4# Avoid -fkeep-inline-functions with NetBSD/arm 4# Avoid -fkeep-inline-functions with NetBSD/arm
5# 5#
6.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm" 6.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm"
7PKG_HACKS+= netbsd-arm-stage1-fix 7PKG_HACKS+= netbsd-arm-stage1-fix
8USE_LANGUAGES+= c c++ 8CONFIGURE_ARGS+= --disable-bootstrap
9CONFIGURE_ARGS+= --enable-build-with-cxx 
10.endif 9.endif