- Timestamp:
- Jan 29, 2011, 5:36:20 PM (14 years ago)
- Branches:
- master
- Children:
- 1b5a1d8
- Parents:
- dc5342b
- git-author:
- Andrew Bradford <bradfa@…> (01/25/11 00:25:00)
- git-committer:
- Joe Ciccone <jciccone@…> (01/29/11 17:36:20)
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/abi.xml
rdc5342b rab3543d 13 13 <para os="a" >Setup for a Particular ABI:</para> 14 14 15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen> 15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>" 16 echo export BUILD=\""${BUILD}\"" >> ~/.bashrc</userinput></screen> 16 17 17 <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make18 sure you select one for your build, this will ensure capatibilty of your build with your target19 architecture.</para>18 <para os="c">The following table gives the entires for the different ABI's 19 that CLFS Embedded supports. Make sure you select one for your build, this 20 will ensure capatibilty of your build with your target architecture.</para> 20 21 21 22 <table> -
BOOK/final-system/common/toolchain.xml
rdc5342b rab3543d 22 22 echo <literal>export READELF=\""${CLFS_TARGET}-readelf\""</literal> >> ~/.bashrc 23 23 echo <literal>export STRIP=\""${CLFS_TARGET}-strip\""</literal> >> ~/.bashrc 24 echo <literal>export BUILD=\""${BUILD}\""</literal> >> ~/.bashrc25 24 source ~/.bashrc</userinput></screen> 26 25
Note:
See TracChangeset
for help on using the changeset viewer.