- Timestamp:
- Feb 9, 2011, 12:47:11 PM (14 years ago)
- Branches:
- master
- Children:
- 60b91a4
- Parents:
- 7926af1
- Location:
- BOOK/cross-tools
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/abi.xml
r7926af1 rd5c7418 49 49 <row> 50 50 <entry>ABI</entry> 51 <entry> BUILD=Value</entry>51 <entry>CLFS_ABI=Value</entry> 52 52 <entry>Note</entry> 53 53 </row> -
BOOK/cross-tools/common/abi.xml
r7926af1 rd5c7418 13 13 <para os="a" >Setup for a Particular ABI:</para> 14 14 15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"16 echo export BUILD=\""${BUILD}\"" >> ~/.bashrc</userinput></screen>15 <screen os="b"><userinput>export CLFS_ABI="<replaceable>[From Chart]</replaceable>" 16 echo export CLFS_ABI=\""${CLFS_ABI}\"" >> ~/.bashrc</userinput></screen> 17 17 18 18 <para os="c">The following table gives the entires for the different ABI's … … 20 20 will ensure capatibilty of your build with your target architecture.</para> 21 21 22 <table>23 <title>List of Build Variables</title>24 <?dbfo table-width="3in" ?>25 26 <tgroup cols="2">27 28 <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>29 <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/>30 31 <thead>32 <row>33 <entry>ABI</entry>34 <entry>BUILD=Value</entry>35 </row>36 </thead>37 38 <tbody>39 <row>40 <entry>32-Bit for x86 and x86_64</entry>41 <entry>-m32</entry>42 </row>43 <row>44 <entry>64-Bit for x86_64 only</entry>45 <entry>-m64</entry>46 </row>47 </tbody>48 49 </tgroup>50 51 </table>52 22 53 23 </sect1> -
BOOK/cross-tools/common/gcc-final.xml
r7926af1 rd5c7418 41 41 --enable-languages=c --enable-c99 --enable-long-long \ 42 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 43 --with-mpc=${CLFS}/cross-tools --with-abi=${ BUILD}</userinput></screen>43 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 44 44 45 45 <variablelist os="af"> -
BOOK/cross-tools/common/gcc-static.xml
r7926af1 rd5c7418 44 44 --disable-decimal-float --disable-libgomp --disable-libmudflap \ 45 45 --disable-libssp --disable-threads --enable-languages=c \ 46 --with-abi=${ BUILD}</userinput></screen>46 --with-abi=${CLFS_ABI}</userinput></screen> 47 47 48 48 <variablelist os="af"> … … 208 208 209 209 <varlistentry os="af19"> 210 <term><parameter>--with-abi=${ BUILD}</parameter></term>210 <term><parameter>--with-abi=${CLFS_ABI}</parameter></term> 211 211 <listitem> 212 212 <para>This option sets the ABI selected earlier.</para> -
BOOK/cross-tools/mips/abi.xml
r7926af1 rd5c7418 35 35 <row> 36 36 <entry>ABI</entry> 37 <entry> BUILD=Value</entry>37 <entry>CLFS_ABI=Value</entry> 38 38 </row> 39 39 </thead>
Note:
See TracChangeset
for help on using the changeset viewer.