From: Jan-Benedict G. <jb...@us...> - 2005-12-18 12:22:09
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13855 Modified Files: build_toolchain.sh Log Message: - Use the command line Ive actually used. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- build_toolchain.sh 17 Dec 2005 20:35:55 -0000 1.43 +++ build_toolchain.sh 18 Dec 2005 12:21:55 -0000 1.44 @@ -652,15 +652,17 @@ --with-headers="${LINUX_SRC}/include" \ --disable-shared \ --enable-static \ - --enable-add-ons=linuxthreads \ - --without-fp -nfp + --enable-add-ons=linuxthreads + # # For now, try to build as much of GNU lobc as possible, then # exit, because this won't work and thus there's no native # compiler based on glibc... # execute make || true + echo "" >&2 echo "WARNING: This build is was faked to be okay" >&2 + echo "" >&2 exit 0 popd fi |