dont use cxx to build, just disable bootstrap -- faster and actually works
This commit is contained in:
parent
ba308f156f
commit
5efb1bb37f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue