From 45589c69d8d683ecded175fdefb02b9619c5f84c Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 19 Apr 2005 11:34:37 +0000 Subject: [PATCH] enabled threads --- dkp-scripts/build-gcc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dkp-scripts/build-gcc.sh b/dkp-scripts/build-gcc.sh index d2b0144..c43cf0b 100644 --- a/dkp-scripts/build-gcc.sh +++ b/dkp-scripts/build-gcc.sh @@ -35,7 +35,8 @@ cd $target/gcc --enable-languages=c,c++ \ --with-cpu=750\ --with-gcc --with-gnu-ld --with-gnu-as --with-stabs \ - --disable-nls --disable-shared --disable-threads --disable-multilib\ + --disable-nls --disable-shared --enable-threads --disable-multilib\ + --enable-serial-configure \ --disable-win32-registry\ --target=$target \ --with-newlib \