--- crosstool-0.42/crosstool.sh 2006-03-15 13:52:58.000000000 +0000 +++ crosstool-0.42-mg1/crosstool.sh 2006-03-17 11:42:46.000000000 +0000 @@ -108,10 +108,6 @@ # One is forbidden test -z "${LD_LIBRARY_PATH}" || abort "glibc refuses to build if LD_LIBRARY_PATH is set. Please unset it before running this script." -# And one is derived if unset. -test -z "${GLIBCTHREADS_FILENAME}" && -GLIBCTHREADS_FILENAME=`echo $GLIBC_DIR | sed 's/glibc-/glibc-linuxthreads-/'` - # Check for a few prerequisites that have tripped people up. awk '/x/' < /dev/null || abort "You need awk to build a toolchain." test -z "${CFLAGS}" || abort "Don't set CFLAGS, it screws up the build"