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

Legend:

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