From: Jan-Benedict G. <jb...@us...> - 2005-12-14 20:13:34
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10069 Modified Files: build_toolchain.sh Log Message: - --without-fp Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- build_toolchain.sh 14 Dec 2005 18:02:51 -0000 1.37 +++ build_toolchain.sh 14 Dec 2005 20:13:25 -0000 1.38 @@ -634,7 +634,8 @@ --with-headers=/home/jbglaw/vax-linux/scm/test-for-glibc/src/linux/include \ --disable-shared \ --enable-static \ - --enable-add-ons=nptl + --enable-add-ons=linuxthreads \ + --without-fp -nfp make fi |