Changeset fa0711b


Ignore:
Timestamp:
Jun 6, 2009, 12:00:16 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a689767
Parents:
c3cd569a
Message:

Removed BUILD_CC from eglibc fetch script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/fetch/eglibc.sh

    rc3cd569a rfa0711b  
    5353find . -name configure -exec touch {} \;
    5454
    55 # Change gcc to BUILD_CC in the following files
    56 #
    57 cd ~/tmp/eglibc-${SOURCEVERSION}/libc
    58 FIX_FILES="sunrpc/Makefile timezone/Makefile"
    59 for fix_file in ${FIX_FILES}; do
    60   sed -i "s/gcc/\'$\(BUILD_CC\)'/g" ${fix_file}
    61 done
    62 
    6355# Compress
    6456#
Note: See TracChangeset for help on using the changeset viewer.