Changeset bc2e3fa for BOOK/cross-tools/x86
- 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
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-final.xml
r8473983 rbc2e3fa 89 89 xpointer="xpointer(//*[@os='h'])"/> 90 90 91 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\91 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 92 92 --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \ 93 93 --with-local-prefix=/tools --disable-nls --enable-shared \ -
BOOK/cross-tools/x86/gcc-static.xml
r8473983 rbc2e3fa 52 52 53 53 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 ${CLFS}/tools/include@g" \54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 55 55 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 56 56 … … 67 67 xpointer="xpointer(//*[@os='h'])"/> 68 68 69 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix= ${CLFS}/cross-tools --with-sysroot=${CLFS}\69 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 70 70 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 71 71 --with-local-prefix=/tools --disable-nls --disable-shared \ -
BOOK/cross-tools/x86/linux-headers.xml
r8473983 rbc2e3fa 25 25 <para os="a">Install the header files that are needed for the base build:</para> 26 26 27 <screen><userinput>install -dv ${CLFS}/tools/include28 cp -av include/asm-i386 ${CLFS}/tools/include/asm29 cp -av include/{asm-generic,linux} ${CLFS}/tools/include/</userinput></screen>27 <screen><userinput>install -dv /tools/include 28 cp -av include/asm-i386 /tools/include/asm 29 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen> 30 30 31 31 </sect2> -
BOOK/cross-tools/x86/variables.xml
r8473983 rbc2e3fa 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export CLFS_HOST="$( sed 's/-*-[^-]*-/-cross-/' <<< $MACHTYPE)"</userinput></screen>22 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 23 23 24 24 <para os="c">Now you will need to set the target triplet for the target
Note:
See TracChangeset
for help on using the changeset viewer.