Ignore:
Timestamp:
Feb 21, 2006, 2:07:27 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:
bc4ea88
Parents:
ec749f6
Message:

r1045@server (orig r1043): ryan | 2006-01-12 00:56:45 -0800

r1079@rei: lfs | 2006-01-12 19:13:09 +1100
Update for glibc-2.3.6
Also add option to skip libgcc_s.so.1 creation (to match cross-lfs book)


File:
1 edited

Legend:

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

    rec749f6 r11fbfa9  
    8484apply_glibc_patches
    8585
     86
    8687# HACK: nptl for sparc64 wont build
    8788case ${TGT_ARCH} in
     
    9091   ;;
    9192esac
     93
     94if [ "Y" = "${NO_GCC_EH}" ]; then
     95   cd ${SRC}/${PKGDIR}
     96   if [ ! -f Makeconfig-ORIG ]; then cp -p Makeconfig Makeconfig-ORIG ; fi
     97   sed 's/-lgcc_eh//g' Makeconfig-ORIG > Makeconfig
     98fi
    9299
    93100if [ "Y" = "${USE_NPTL}" ]; then
Note: See TracChangeset for help on using the changeset viewer.