pass --enable-threads to ./configure

This commit is contained in:
mrg 2003-07-29 06:48:14 +00:00
parent 6b9a4c9477
commit 78ef677a68
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/07/27 14:44:00 mrg Exp $ # $NetBSD: Makefile,v 1.3 2003/07/29 06:48:14 mrg Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -64,6 +64,7 @@ native-gcc: .native/.configure_done
gdb_cv_scanf_has_long_double=yes \ gdb_cv_scanf_has_long_double=yes \
sh ${GNUHOSTDIST}/configure \ sh ${GNUHOSTDIST}/configure \
--disable-multilib \ --disable-multilib \
--enable-threads \
--build=`${.CURDIR}/../../gnu/dist/gcc/config.guess` \ --build=`${.CURDIR}/../../gnu/dist/gcc/config.guess` \
--host=${MACHINE_GNU_PLATFORM} \ --host=${MACHINE_GNU_PLATFORM} \
--target=${MACHINE_GNU_PLATFORM}) && \ --target=${MACHINE_GNU_PLATFORM}) && \