Changeset 9cb6b64 for cross-tools/x86_64
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- cross-tools/x86_64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86_64/gcc-final.xml
r2ce8e8a r9cb6b64 95 95 96 96 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 97 --target=${ LFS_TARGET} --host=${LFS_HOST} \97 --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 98 98 --with-local-prefix=/tools --disable-nls --enable-shared \ 99 99 --enable-languages=c,c++ --enable-__cxa_atexit \ -
cross-tools/x86_64/gcc-static.xml
r2ce8e8a r9cb6b64 81 81 82 82 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 83 --host=${ LFS_HOST} --target=${LFS_TARGET} \83 --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 84 84 --with-local-prefix=/tools --disable-nls --disable-shared \ 85 85 --disable-threads --enable-languages=c</userinput></screen> -
cross-tools/x86_64/variables.xml
r2ce8e8a r9cb6b64 23 23 <para os="c">Now we will set our Target Triplet:</para> 24 24 25 <screen os="d"><userinput>export LFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>25 <screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen> 26 26 27 27 <para os="m1">Now we will set our Target Triplet for 32 Bits:</para> 28 28 29 <screen os="m2"><userinput>export LFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>29 <screen os="m2"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen> 30 30 31 31 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead> … … 35 35 xpointer="xpointer(//*[@os='e'])"/> 36 36 37 <screen os="f"><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" >> ~/.bashrc38 echo export LFS_TARGET=\""${LFS_TARGET}\"" >> ~/.bashrc39 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" >> ~/.bashrc</userinput></screen>37 <screen os="f"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" >> ~/.bashrc 38 echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc 39 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ~/.bashrc</userinput></screen> 40 40 41 41 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.