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/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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 \
Note: See TracChangeset for help on using the changeset viewer.