Changeset 8049c26 for BOOK/temp-system
- Timestamp:
- May 1, 2006, 12:34:45 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:
- 151da97
- Parents:
- 8d86489
- Location:
- BOOK/temp-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/mips/gcc.xml
r8d86489 r8049c26 112 112 113 113 <screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 114 AS_FOR_TARGET=" /cross-tools/bin/${AS}" LD_FOR_TARGET="/cross-tools/bin/${LD}"</userinput></screen>114 AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen> 115 115 116 116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparc64/gcc.xml
r8d86489 r8049c26 115 115 xpointer="xpointer(//*[@os='cm'])"/> 116 116 117 <screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 118 AS_FOR_TARGET="${AS}" LD_FOR_TARGET="${LD}"</userinput></screen> 117 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 118 href="../mips/gcc.xml" 119 xpointer="xpointer(//*[@os='cn'])"/> 119 120 120 121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/x86/gcc.xml
r8d86489 r8049c26 118 118 <para os="cm">Compile the package:</para> 119 119 120 <screen os="cn"><userinput>make AS_FOR_TARGET=" /cross-tools/bin/${AS}" \121 LD_FOR_TARGET=" /cross-tools/bin/${LD}"</userinput></screen>120 <screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \ 121 LD_FOR_TARGET="${LD}"</userinput></screen> 122 122 123 123 <para os="co">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.