Changeset d018b81 for BOOK/cross-tools/x86
- Timestamp:
- Jul 28, 2007, 7:43:26 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5ec7618f
- Parents:
- c304f4c
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-final.xml
rc304f4c rd018b81 67 67 68 68 <screen os="be"><userinput>cp -v configure{,.orig} 69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig >configure</userinput></screen> 69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig > \ 70 configure</userinput></screen> 70 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/variables.xml
rc304f4c rd018b81 22 22 following command:</para> 23 23 24 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 24 <screen os="b"><userinput>export CLFS_HOST="$(echo $MACHTYPE | \ 25 sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"</userinput></screen> 25 26 26 27 <para os="c">Now you will need to set the triplet for the target … … 42 43 <table os="g"> 43 44 <title>Processor Type and Target Triplets</title> 44 <tgroup cols="2" align="center"> 45 <colspec colname="Processor"/> 46 <colspec colname="Triplet"/> 45 <?dbfo table-width="5in" ?> 46 47 <tgroup cols="2"> 48 49 <colspec colnum="1" colwidth="2.5in" colname="Processor"/> 50 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/> 51 47 52 <thead> 48 53 <row> … … 51 56 </row> 52 57 </thead> 58 53 59 <tbody> 54 60 <row> … … 73 79 </row> 74 80 </tbody> 81 75 82 </tgroup> 83 76 84 </table> 77 85
Note:
See TracChangeset
for help on using the changeset viewer.