Changeset d093385 for BOOK/temp-system
- Timestamp:
- Mar 18, 2006, 4:03:46 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- dd657f0
- Parents:
- e4507841
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/mips/gcc.xml
re4507841 rd093385 112 112 113 113 <screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 114 AS_FOR_TARGET="/cross-tools/bin/${ LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>114 AS_FOR_TARGET="/cross-tools/bin/${AS}" LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen> 115 115 116 116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/x86/gcc.xml
re4507841 rd093385 109 109 <para os="cm">Compile the package:</para> 110 110 111 <screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${ LFS_TARGET}-as" \112 LD_FOR_TARGET="/cross-tools/bin/${L FS_TARGET}-ld"</userinput></screen>111 <screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${AS}" \ 112 LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen> 113 113 114 114 <para os="co">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.