Changeset 9dc5852 in clfs-embedded for BOOK/final-system/common/e2fsprogs.xml


Ignore:
Timestamp:
Aug 16, 2008, 4:32:01 AM (16 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
56d186f
Parents:
7884e98
Message:

Get rid of CLFS_HOST

File:
1 edited

Legend:

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

    r7884e98 r9dc5852  
    3636    <para os="c">Prepare E2fsprogs for compilation:</para>
    3737
    38 <screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --build=${CLFS_HOST} \
    39     --host=${CLFS_TARGET} --prefix=/usr --with-root-prefix="" \
    40     --with-cc="${CC} ${BUILD} -Os" --with-linker=${LD}</userinput></screen>
     38<screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --host=${CLFS_TARGET} \
     39    --prefix=/usr --with-root-prefix="" --with-cc="${CC} ${BUILD} -Os" \
     40    --with-linker=${LD}</userinput></screen>
    4141
    4242    <variablelist os="e">
Note: See TracChangeset for help on using the changeset viewer.