Changeset 9cb6b64 for cross-tools/x86
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- cross-tools/x86
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86/gcc-final.xml
r2ce8e8a r9cb6b64 94 94 95 95 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 96 --target=${ LFS_TARGET} --host=${LFS_HOST} --disable-multilib \96 --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \ 97 97 --with-local-prefix=/tools --disable-nls --enable-shared \ 98 98 --enable-languages=c,c++ --enable-__cxa_atexit \ … … 145 145 <para os="bh">Continue with compiling the package:</para> 146 146 147 <screen os="bi"><userinput>make AS_FOR_TARGET="${ LFS_TARGET}-as" \148 LD_FOR_TARGET="${ LFS_TARGET}-ld"</userinput></screen>147 <screen os="bi"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \ 148 LD_FOR_TARGET="${CLFS_TARGET}-ld"</userinput></screen> 149 149 150 150 <para os="bj">Install the package:</para> -
cross-tools/x86/gcc-static.xml
r2ce8e8a r9cb6b64 73 73 74 74 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 75 --host=${ LFS_HOST} --target=${LFS_TARGET} --disable-multilib \75 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \ 76 76 --with-local-prefix=/tools --disable-nls --disable-shared \ 77 77 --disable-threads --enable-languages=c</userinput></screen> -
cross-tools/x86/variables.xml
r2ce8e8a r9cb6b64 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export LFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>22 <screen os="b"><userinput>export CLFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen> 23 23 24 24 <para os="c">Now you will need to set the target triplet for the target … … 28 28 the command using the method listed below:</para> 29 29 30 <screen os="d"><userinput>export LFS_TARGET="{target triplet}"</userinput></screen>30 <screen os="d"><userinput>export CLFS_TARGET="{target triplet}"</userinput></screen> 31 31 32 32 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead> … … 35 35 case you have to exit and restart building later:</para> 36 36 37 <screen os="f"><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" >> ~/.bashrc38 echo export LFS_TARGET=\""${LFS_TARGET}\"" >> ~/.bashrc</userinput></screen>37 <screen os="f"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" >> ~/.bashrc 38 echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc</userinput></screen> 39 39 40 40 <table os="g">
Note:
See TracChangeset
for help on using the changeset viewer.