Ignore:
Timestamp:
Dec 14, 2015, 12:21:52 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gcc.xml

    rdbc5b02 r991595cf  
    2929    &gcc-version; branch by the GCC developers:</para>
    3030
    31     <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
     31<screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
    3232
    3333    <para os="fix1">Apply a <command>sed</command> substitution that will
     
    4747CXX="g++ -isystem /usr/include" \
    4848LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    49   ../gcc-&gcc-version;/configure --prefix=/usr \
    50     --libexecdir=/usr/lib --enable-languages=c,c++ \
    51     --disable-multilib --with-system-zlib \
    52     --enable-install-libiberty --disable-bootstrap</userinput></screen>
     49../gcc-&gcc-version;/configure \
     50    --prefix=/usr \
     51    --libexecdir=/usr/lib \
     52    --enable-languages=c,c++ \
     53    --disable-multilib \
     54    --with-system-zlib \
     55    --enable-install-libiberty \
     56    --disable-bootstrap</userinput></screen>
    5357
    5458    <variablelist os="i1">
Note: See TracChangeset for help on using the changeset viewer.