[Clfs-commits] commit: r5023 - /trunk/scripts/fetch/eglibc.sh

svn at cross-lfs.org svn at cross-lfs.org
Sat Jun 6 12:00:17 PDT 2009


Author: jim
Date: Sat Jun  6 19:00:16 2009
New Revision: 5023

Log:
Removed BUILD_CC from eglibc fetch script

Modified:
    trunk/scripts/fetch/eglibc.sh

Modified: trunk/scripts/fetch/eglibc.sh
==============================================================================
--- trunk/scripts/fetch/eglibc.sh (original)
+++ trunk/scripts/fetch/eglibc.sh Sat Jun  6 19:00:16 2009
@@ -52,14 +52,6 @@
 echo "Updating Glibc configure files..."
 find . -name configure -exec touch {} \;
 
-# Change gcc to BUILD_CC in the following files
-#
-cd ~/tmp/eglibc-${SOURCEVERSION}/libc
-FIX_FILES="sunrpc/Makefile timezone/Makefile"
-for fix_file in ${FIX_FILES}; do
-  sed -i "s/gcc/\'$\(BUILD_CC\)'/g" ${fix_file}
-done
-
 # Compress
 #
 cd ~/tmp/eglibc-${SOURCEVERSION}




More information about the Clfs-commits mailing list