Module Name: src
Committed By: joerg
Date: Mon Dec 12 18:59:06 UTC 2011
Modified Files:
src/tools/gcc: Makefile
Log Message:
Explicitly request TLS support for mknative.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.47 src/tools/gcc/Makefile:1.48
--- src/tools/gcc/Makefile:1.47 Fri Dec 2 09:44:48 2011
+++ src/tools/gcc/Makefile Mon Dec 12 18:59:06 2011
@@ -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 \