Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc Explicitly request TLS support for mknative.
details: https://anonhg.NetBSD.org/src/rev/72da54636aba
branches: trunk
changeset: 771990:72da54636aba
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Dec 12 18:59:06 2011 +0000
description:
Explicitly request TLS support for mknative.
diffstat:
tools/gcc/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 45cd51e9f724 -r 72da54636aba tools/gcc/Makefile
--- a/tools/gcc/Makefile Mon Dec 12 18:28:34 2011 +0000
+++ b/tools/gcc/Makefile Mon Dec 12 18:59:06 2011 +0000
@@ -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 @@
--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 \
Home |
Main Index |
Thread Index |
Old Index