Ignore:
Timestamp:
Mar 10, 2006, 3:03:56 AM (18 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:
0019206
Parents:
a8a1084
Message:

r2514@server (orig r1253): ryan | 2006-03-10 02:09:42 -0800

r1303@rei: lfs | 2006-03-10 20:58:18 +1100
Update for glibc-2.4


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/cross-scripts/cross-glibc-full.sh

    ra8a1084 rf6180d2  
    6464# if we don't have linuxthreads dirs (ie: a glibc release), then
    6565# unpack the linuxthreads tarball
    66 if [ ! -d linuxthreads -o ! -d linuxthreads_db ]; then
    67    OLDPKGDIR=${PKGDIR} ; unpack_tarball glibc-linuxthreads-${GLIBC_VER}
    68    PKGDIR=${OLDPKGDIR}
    69 fi
     66case ${GLIBC_VER} in
     67   2.4 | 2.4.* ) ;;
     68   * )
     69      if [ ! -d linuxthreads -o ! -d linuxthreads_db ]; then
     70         OLDPKGDIR=${PKGDIR} ; unpack_tarball glibc-linuxthreads-${GLIBC_VER}
     71         PKGDIR=${OLDPKGDIR}
     72      fi
     73   ;;
     74esac
    7075
    7176# unpack libidn add-on if required (should be supplied with cvs versions)
     77if [ "${USE_LIBIDN}" = "Y" ]; then
    7278case ${target_glibc_ver} in
    7379   2.3.[4-9]* | 2.4* )
     
    7985   ;;
    8086esac
     87fi
    8188
    8289# apply glibc patches as required depending on the above gcc/kernel versions
Note: See TracChangeset for help on using the changeset viewer.