Changeset 129802d


Ignore:
Timestamp:
Jan 1, 2010, 3:05:03 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:
373b6ea
Parents:
9722468
Message:

Remove changes to the gcc-specs-patch script.

File:
1 edited

Legend:

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

    r9722468 r129802d  
    2626rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    2727tar xvf gcc-${VERSION}.tar.bz2
    28 pushd gcc-4.4.2
    29 patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
    30 popd
    3128cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    3229
     
    7370rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    7471tar xvf gcc-${VERSION}.tar.bz2
    75 pushd gcc-4.4.2
    76 patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
    77 popd
    7872cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    7973
     
    135129rm -rf gcc-${VERSION} gcc-${VERSION}.orig
    136130tar xvf gcc-${VERSION}.tar.bz2
    137 pushd gcc-4.4.2
    138 patch -Np1 -i /home/jciccone/projects/lfs/repos/patches/gcc/gcc-4.4.2-branch_update-1.patch
    139 popd
    140131cp -ar gcc-${VERSION} gcc-${VERSION}.orig
    141132CURRENTDIR=$(pwd -P)
Note: See TracChangeset for help on using the changeset viewer.