Changeset f1666f7 in clfs-embedded for BOOK/final-system


Ignore:
Timestamp:
Jul 1, 2009, 8:00:58 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b95afd6
Parents:
e34f06c
Message:

Disable TLS for the final system e2fsprogs. This fixes a compilation error against uClibc on arm.

File:
1 edited

Legend:

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

    re34f06c rf1666f7  
    3838<screen os="d"><userinput>CC="${CC} ${BUILD} -Os" ../configure --prefix=/usr \
    3939  --with-root-prefix="" --host=${CLFS_TARGET} --with-cc="${CC} ${BUILD} -Os" \
    40   --with-linker=${LD}</userinput></screen>
     40  --with-linker=${LD} --disable-tls</userinput></screen>
    4141
    4242    <variablelist os="e">
Note: See TracChangeset for help on using the changeset viewer.