Changeset d0c94a3 for LFS


Ignore:
Timestamp:
03/27/2013 01:26:27 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
d236bbd
Parents:
44b831e
Message:

Allows stripping -libstdc++ in master.sh to be able to build gcc-libstdc++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r44b831e rd0c94a3  
    103103    # Grab the name of the target (minus the -pass1 or -pass2 in the case of gcc
    104104    # and binutils in chapter 5)
    105     name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@' -e 's@-pass[0-9]\{1\}@@'`
     105    name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@' \
     106                                    -e 's@-pass[0-9]\{1\}@@' \
     107                                    -e 's@-libstdc++@@'`
    106108
    107109    # Set the dependency for the first target.
Note: See TracChangeset for help on using the changeset viewer.