Changeset c768003


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

Location:
BOOK/cross-tools
Files:
7 edited

Legend:

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

    r5a5e71f rc768003  
    1212
    1313  <para os="a">We will need to setup target specific flags for the compiler
    14   and linkers.</para>
     14    and linkers.</para>
    1515
    16 <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
     16  <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
    1717
    1818  <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
    19   prevent issues if we stop and come back later.</para>
     19    prevent issues if we stop and come back later.</para>
    2020
    21 <screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     21  <screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2222
    2323</sect1>
  • BOOK/cross-tools/64/gcc-static.xml

    r5a5e71f rc768003  
    3636    xpointer="xpointer(//*[@os='aa'])"/>
    3737
    38 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen>
     38    <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen>
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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">
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r5a5e71f rc768003  
    4646    xpointer="xpointer(//*[@os='dd'])"/>
    4747
    48 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    49 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    50 echo "libc_cv_mlong_double_128=yes" &gt;&gt; config.cache
    51 echo "libc_cv_alpha_tls=yes" &gt;&gt; config.cache
    52 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     48<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     49libc_cv_forced_unwind=yes
     50libc_cv_c_cleanup=yes
     51libc_cv_mlong_double_128=yes
     52libc_cv_alpha_tls=yes
     53libc_cv_gnu99_inline=yes
     54EOF</userinput></screen>
    5355
    5456    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/glibc.xml

    r5a5e71f rc768003  
    5050    <filename>config.cache</filename> for Glibc to support NPTL:</para>
    5151
    52 <screen os="de"><userinput>cat > config.cache << "EOF"
     52<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
    5353libc_cv_forced_unwind=yes
    5454libc_cv_c_cleanup=yes
  • BOOK/cross-tools/ppc/glibc.xml

    r5a5e71f rc768003  
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    57 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    58 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    59 echo "libc_cv_ppc_machine=yes" &gt;&gt; config.cache
    60 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     57<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     58libc_cv_forced_unwind=yes
     59libc_cv_c_cleanup=yes
     60libc_cv_ppc_machine=yes
     61libc_cv_gnu99_inline=yes
     62EOF</userinput></screen>
    6163
    6264    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/glibc-64bit.xml

    r5a5e71f rc768003  
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    57 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    58 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    59 echo "libc_cv_sparc64_tls=yes" &gt;&gt; config.cache
    60 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     57<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     58libc_cv_forced_unwind=yes
     59libc_cv_c_cleanup=yes
     60libc_cv_sparc64_tls=yes
     61libc_cv_gnu99_inline=yes
     62EOF</userinput></screen>
    6163
    6264    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.