Changeset bc2e3fa for BOOK/cross-tools/x86_64-64
- Timestamp:
- Dec 7, 2006, 11:23:24 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/cross-tools/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86_64-64/gcc-static.xml
r8473983 rbc2e3fa 74 74 xpointer="xpointer(//*[@os='h'])"/> 75 75 76 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\76 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 77 77 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 78 78 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/x86_64-64/linux-headers.xml
r8473983 rbc2e3fa 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen><userinput>install -dv ${CLFS}/tools/include30 cp -av include/asm-x86_64 ${CLFS}/tools/include/asm31 cp -av include/{asm-generic,linux} ${CLFS}/tools/include/</userinput></screen>29 <screen><userinput>install -dv /tools/include 30 cp -av include/asm-x86_64 /tools/include/asm 31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen> 32 32 33 33 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.