Changeset 4aa6b68 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Sep 14, 2007, 6:06:52 PM (17 years ago)
- Branches:
- master
- Children:
- 0cebd47
- Parents:
- 90272a6
- Location:
- BOOK/cross-tools
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r90272a6 r4aa6b68 48 48 xpointer="xpointer(//*[@os='c'])"/> 49 49 50 <screen os="bc"><userinput> ../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \ 51 51 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \ 52 52 --disable-nls --enable-shared --disable-multilib</userinput></screen> -
BOOK/cross-tools/hppa-chapter.xml
r90272a6 r4aa6b68 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/linux-headers.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" hppa/binutils.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc-headers.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.