- Timestamp:
- Jan 25, 2011, 12:25:00 AM (14 years ago)
- Branches:
- master
- Children:
- 23b90d8
- Parents:
- dc5342b
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/abi.xml
rdc5342b r70b9341 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 r70b9341 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.