Changeset bc2e3fa for BOOK/cross-tools/x86_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
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86_64/gcc-final.xml
r8473983 rbc2e3fa 90 90 xpointer="xpointer(//*[@os='h'])"/> 91 91 92 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\92 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 93 93 --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 94 94 --with-local-prefix=/tools --disable-nls --enable-shared \ -
BOOK/cross-tools/x86_64/gcc-static.xml
r8473983 rbc2e3fa 76 76 xpointer="xpointer(//*[@os='h'])"/> 77 77 78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\78 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 79 79 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 80 80 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/x86_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-generic,asm-i386,asm-x86_64,linux} ${CLFS}/tools/include/31 cp -av include/asm-x86_64-biarch ${CLFS}/tools/include/asm</userinput></screen>29 <screen><userinput>install -dv /tools/include 30 cp -av include/{asm-generic,asm-i386,asm-x86_64,linux} /tools/include/ 31 cp -av include/asm-x86_64-biarch /tools/include/asm</userinput></screen> 32 32 33 33 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.