Changeset 94e2400 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Oct 15, 2013, 1:35:34 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
877c72d
Parents:
5f18bea
Message:

Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir

BUG: This uses ${CLFS_TARGET} before it is exported within materials
chapter for creating the sysroot directory!

Location:
BOOK/cross-tools/arm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/gcc-final.xml

    r5f18bea r94e2400  
    6262  --target=${CLFS_TARGET} \
    6363  --host=${CLFS_HOST} \
    64   --with-sysroot=${CLFS}/cross-tools/sysroot \
     64  --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    6565  --disable-nls \
    6666  --enable-languages=c \
  • BOOK/cross-tools/arm/gcc-static.xml

    r5f18bea r94e2400  
    6161  --host=${CLFS_HOST} \
    6262  --target=${CLFS_TARGET} \
    63   --with-sysroot=${CLFS}/cross-tools/sysroot \
     63  --with-sysroot=${CLFS}/cross-tools/${CLFS_TARGET} \
    6464  --disable-nls \
    6565  --disable-shared \
Note: See TracChangeset for help on using the changeset viewer.