dont use cxx to build, just disable bootstrap -- faster and actually works

This commit is contained in:
jmcneill 2013-04-03 19:29:23 +00:00
parent ba308f156f
commit 5efb1bb37f

View file

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