Ignore:
Timestamp:
Jan 1, 2010, 3:01:42 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
656e49e
Parents:
206bb97
Message:

Updated GCC to 4.4.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/gcc-specs-patch.sh

    r206bb97 r170e0664  
    2626rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    2727tar xvf gcc-${VERSION}.tar.bz2
     28pushd gcc-4.4.2
     29patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     30popd
    2831cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    2932
     
    7073rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    7174tar xvf gcc-${VERSION}.tar.bz2
     75pushd gcc-4.4.2
     76patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     77popd
    7278cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    7379
     
    129135rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    130136tar xvf gcc-${VERSION}.tar.bz2
     137pushd gcc-4.4.2
     138patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
     139popd
    131140cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    132141CURRENTDIR=$(pwd -P)
Note: See TracChangeset for help on using the changeset viewer.