Changeset c5fc724


Ignore:
Timestamp:
Dec 2, 2006, 12:21:38 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a68510b6
Parents:
a2e6cdb
Message:

Finished the glibc update and did the gcc update for the sysroot build.

Location:
BOOK/cross-tools
Files:
17 edited

Legend:

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

    ra2e6cdb rc5fc724  
    8585    --disable-profile --enable-add-ons \
    8686    --with-tls --enable-kernel=2.6.0 --with-__thread \
    87     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     87    --with-binutils=${CLFS}/cross-tools/bin \
     88    --with-headers=${CLFS}/tools/include \
    8889    --cache-file=config.cache</userinput></screen>
    8990
  • BOOK/cross-tools/alpha/gcc-static.xml

    ra2e6cdb rc5fc724  
    7676    xpointer="xpointer(//*[@os='h'])"/>
    7777
    78 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     78<screen><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    7979    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8080    --with-local-prefix=/tools --disable-nls --disable-shared \
  • BOOK/cross-tools/common/glibc.xml

    ra2e6cdb rc5fc724  
    7676    --disable-profile --enable-add-ons \
    7777    --with-tls --enable-kernel=2.6.0 --with-__thread \
    78     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     78    --with-binutils=${CLFS}/cross-tools/bin \
     79    --with-headers=${CLFS}/tools/include \
    7980    --cache-file=config.cache</userinput></screen>
    8081
     
    146147
    147148      <varlistentry os="dg9">
    148         <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
     149        <term><parameter>--with-binutils=${CLFS}/cross-tools/bin</parameter></term>
    149150        <listitem>
    150151          <para>This tells Glibc to use the Binutils that are specific to
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    ra2e6cdb rc5fc724  
    8383    xpointer="xpointer(//*[@os='h'])"/>
    8484
    85 <screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     85<screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    8686    --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-abi=64 \
    8787    --with-local-prefix=/tools --disable-nls --enable-shared \
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    ra2e6cdb rc5fc724  
    7676    xpointer="xpointer(//*[@os='h'])"/>
    7777
    78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     78<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    7979    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \
    8080    --with-local-prefix=/tools --disable-nls --disable-shared \
  • BOOK/cross-tools/mips64/glibc-n32.xml

    ra2e6cdb rc5fc724  
    106106    --disable-profile --enable-add-ons \
    107107    --with-tls --enable-kernel=2.6.0 --with-__thread \
    108     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     108    --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \
    109109    --cache-file=config.cache</userinput></screen>
    110110
  • BOOK/cross-tools/multilib/glibc-64bit.xml

    ra2e6cdb rc5fc724  
    9090    --disable-profile --enable-add-ons \
    9191    --with-tls --enable-kernel=2.6.0 --with-__thread \
    92     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     92    --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \
    9393    --cache-file=config.cache</userinput></screen>
    9494
  • BOOK/cross-tools/multilib/glibc.xml

    ra2e6cdb rc5fc724  
    8585    --disable-profile --enable-add-ons \
    8686    --with-tls --enable-kernel=2.6.0 --with-__thread \
    87     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     87    --with-binutils=${CLFS}/cross-tools/bin \
     88    --with-headers=${CLFS}/tools/include \
    8889    --cache-file=config.cache</userinput></screen>
    8990
  • BOOK/cross-tools/ppc64/glibc-64bit.xml

    ra2e6cdb rc5fc724  
    9999    --disable-profile --enable-add-ons \
    100100    --with-tls --enable-kernel=2.6.0 --with-__thread \
    101     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     101    --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \
    102102    --cache-file=config.cache</userinput></screen>
    103103
  • BOOK/cross-tools/ppc64/glibc.xml

    ra2e6cdb rc5fc724  
    102102    --disable-profile --enable-add-ons \
    103103    --with-tls --enable-kernel=2.6.0 --with-__thread \
    104     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     104    --with-binutils=${CLFS}/cross-tools/bin \
     105    --with-headers=${CLFS}/tools/include \
    105106    --cache-file=config.cache</userinput></screen>
    106107
  • BOOK/cross-tools/sparc64-64/glibc.xml

    ra2e6cdb rc5fc724  
    127127    this with the following:</para>
    128128
    129     <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
     129    <screen os="dp"><userinput>mv -v ${CLFS}/tools/include/gnu/stubs{-64,}.h</userinput></screen>
    130130
    131131  </sect2>
  • BOOK/cross-tools/sparc64/glibc.xml

    ra2e6cdb rc5fc724  
    9393    --disable-profile --enable-add-ons \
    9494    --with-tls --enable-kernel=2.6.0 --with-__thread \
    95     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     95    --with-binutils=${CLFS}/cross-tools/bin \
     96    --with-headers=${CLFS}/tools/include \
    9697    --cache-file=config.cache</userinput></screen>
    9798
  • BOOK/cross-tools/x86/gcc-final.xml

    ra2e6cdb rc5fc724  
    8989    xpointer="xpointer(//*[@os='h'])"/>
    9090
    91 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     91<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    9292    --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \
    9393    --with-local-prefix=/tools --disable-nls --enable-shared \
  • BOOK/cross-tools/x86/gcc-static.xml

    ra2e6cdb rc5fc724  
    5252
    5353<screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig}
    54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
     54sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 ${CLFS}/tools/include@g" \
    5555    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    5656
     
    6767    xpointer="xpointer(//*[@os='h'])"/>
    6868
    69 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     69<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    7070    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \
    7171    --with-local-prefix=/tools --disable-nls --disable-shared \
  • BOOK/cross-tools/x86_64-64/gcc-static.xml

    ra2e6cdb rc5fc724  
    7474    xpointer="xpointer(//*[@os='h'])"/>
    7575
    76 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     76<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    7777    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \
    7878    --with-local-prefix=/tools --disable-nls --disable-shared \
  • BOOK/cross-tools/x86_64/gcc-final.xml

    ra2e6cdb rc5fc724  
    9090    xpointer="xpointer(//*[@os='h'])"/>
    9191
    92 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     92<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    9393    --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    9494    --with-local-prefix=/tools --disable-nls --enable-shared \
  • BOOK/cross-tools/x86_64/gcc-static.xml

    ra2e6cdb rc5fc724  
    7676    xpointer="xpointer(//*[@os='h'])"/>
    7777
    78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     78<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
    7979    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8080    --with-local-prefix=/tools --disable-nls --disable-shared \
Note: See TracChangeset for help on using the changeset viewer.