Ignore:
Timestamp:
Jan 18, 2009, 11:36:49 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
533dabf
Parents:
5a5e71f
Message:

Changed all echos in glibc to cat. Fixed symbols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/glibc.xml

    r5a5e71f rc768003  
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
    65 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    66     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    67     ../glibc-&glibc-version;/configure --prefix=/tools \
    68     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    69     --disable-profile --enable-add-ons \
    70     --with-tls --enable-kernel=2.6.0 --with-__thread \
    71     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    72     --cache-file=config.cache</userinput></screen>
     65    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     66      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     67      ../glibc-&glibc-version;/configure --prefix=/tools \
     68      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     69      --disable-profile --enable-add-ons \
     70      --with-tls --enable-kernel=2.6.0 --with-__thread \
     71      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     72      --cache-file=config.cache</userinput></screen>
    7373
    7474    <variablelist os="dg">
Note: See TracChangeset for help on using the changeset viewer.