Changeset 244d5c9 in clfs-sysroot for BOOK/cross-tools/common
- Timestamp:
- Jan 4, 2009, 10:20:49 AM (16 years ago)
- Branches:
- master
- Children:
- d3318e9
- Parents:
- 7d57b83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r7d57b83 r244d5c9 44 44 45 45 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 46 -- host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib\47 -- with-sysroot=${CLFS} --disable-nls --enable-shared\48 --enable- languages=c,c++ --enable-__cxa_atexit \46 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 47 --disable-multilib --with-sysroot=${CLFS} --disable-nls \ 48 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 49 49 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 50 50 … … 97 97 xpointer="xpointer(//*[@os='ag'])"/> 98 98 99 <screen os="ah"><userinput>make</userinput></screen> 99 <screen os="ah"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \ 100 LD_FOR_TARGET="${CLFS_TARGET}-ld"</userinput></screen> 100 101 101 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.