Explicitly request TLS support for mknative.

This commit is contained in:
joerg 2011-12-12 18:59:06 +00:00
parent 0ed4e661dd
commit 3a9ee24e6b
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.47 2011/12/02 09:44:48 skrll Exp $
# $NetBSD: Makefile,v 1.48 2011/12/12 18:59:06 joerg Exp $
.include <bsd.own.mk>
@ -133,6 +133,10 @@ NATIVE_CONFIGURE_ARGS+= \
--with-mpc=${DESTDIR}/usr \
--with-mpfr=${DESTDIR}/usr \
--with-gmp=${DESTDIR}/usr
. if ${MACHINE_ARCH} != "vax"
NATIVE_CONFIGURE_ARGS+= --enable-tls
. endif
.endif
NATIVE_CONFIGURE_ARGS+= \
--disable-multilib \