Crosstool GLIBCPORTS_FILENAME patches

Martin Guy martinwguy@gmail.com
Fri Mar 17 11:47:00 GMT 2006


oops. I missed a place where the same code is duplicated in two
places, to do with removal of automatic inclusion of
glibc-linuxthreads-*
(additional patchlet attached)
The mistake shouldn't break anything though.

      M
-------------- next part --------------
--- 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"


-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list