Ignore:
Timestamp:
Jul 19, 2009, 7:33:48 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:
95620ac
Parents:
e6c4741
Message:

Updated Binutils Patch. Added Patches to fix Issues with Powerpc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/binutils-patch.sh

    re6c4741 r914669c  
    1616fi
    1717
    18 #
     18# Set Patch Directory
     19#
     20PATCH_DIR=$(pwd -P)/binutils
     21 
    1922# Download Binutils Source
    2023#
     
    111114#
    112115cd ~/tmp
    113 if [ -e ${PATCH_DIR}/${VERSION} ]; then
     116if [ -e ${PATCH_DIR}/${SOURCEVERSION} ]; then
    114117  rm -rf binutils-${SOURCEVERSION}.orig
    115118  cp -ar binutils-${SOURCEVERSION} binutils-${SOURCEVERSION}.orig
     
    118121  #
    119122  cd ~/tmp/binutils-${SOURCEVERSION}
    120   PATCH_FILES=$(ls ${PATCH_DIR}/${VERSION}/*.patch)
     123  PATCH_FILES=$(ls ${PATCH_DIR}/${SOURCEVERSION}/*.patch)
    121124  if [ "${PATCH_FILES}" != "" ]; then
    122125    for pfile in ${PATCH_FILES}; do
Note: See TracChangeset for help on using the changeset viewer.