- Timestamp:
- Feb 21, 2006, 2:22:10 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:
- 4aad7ae
- Parents:
- 47c13d1
- Location:
- BOOK
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/ppc64-chapter.xml
r47c13d1 rfbaffde 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-libc-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-static.xml"/> 21 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-64bit.xml"/> 22 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-final.xml"/> 23 25 -
BOOK/cross-tools/ppc64/gcc-final.xml
r47c13d1 rfbaffde 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../x86_64/gcc-final.xml" 67 xpointer="xpointer(//*[@os='bd'])"/> 68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../x86_64/gcc-final.xml" 71 xpointer="xpointer(//*[@os='be'])"/> 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 74 href="gcc-static.xml" 67 75 xpointer="xpointer(//*[@os='ak'])"/> … … 80 88 81 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../x86 /gcc-final.xml"90 href="../x86_64/gcc-final.xml" 83 91 xpointer="xpointer(//*[@os='bf'])"/> 84 92 -
BOOK/cross-tools/ppc64/gcc-static.xml
r47c13d1 rfbaffde 54 54 <screen os="ah"><userinput>echo " 55 55 #undef STARTFILE_PREFIX_SPEC 56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/rs6000/linux.h</userinput></screen> 56 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/rs6000/linux.h 57 echo " 58 #undef STARTFILE_PREFIX_SPEC 59 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/rs6000/linux64.h</userinput></screen> 57 60 58 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 81 84 82 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 83 href="../x86 /gcc-static.xml"86 href="../x86_64/gcc-static.xml" 84 87 xpointer="xpointer(//*[@os='al'])"/> 85 88 … … 92 95 xpointer="xpointer(//*[@os='an'])"/> 93 96 94 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 95 href="../x86/gcc-static.xml" 96 xpointer="xpointer(//*[@os='ao'])"/> 97 <screen><userinput>make all-gcc</userinput></screen> 97 98 98 99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/ppc64/glibc.xml
r47c13d1 rfbaffde 9 9 <?dbhtml filename="glibc.html"?> 10 10 11 <title>Glibc-&glibc-version; </title>11 <title>Glibc-&glibc-version; 32 Bit</title> 12 12 13 13 <indexterm zone="ch-cross-tools-glibc"> 14 14 <primary sortas="a-Glibc">Glibc</primary> 15 <secondary>cross tools </secondary>15 <secondary>cross tools, 32 Bit</secondary> 16 16 </indexterm> 17 17 … … 55 55 xpointer="xpointer(//*[@os='dd'])"/> 56 56 57 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache 58 echo "libc_cv_c_cleanup=yes" >> config.cache 59 echo "libc_cv_ppc_machine=yes" >> config.cache</userinput></screen>57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../ppc/glibc.xml" 59 xpointer="xpointer(//*[@os='de'])"/> 60 60 61 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../ ../final-system/common/glibc.xml"62 href="../common/glibc.xml" 63 63 xpointer="xpointer(//*[@os='g'])"/> 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../ common/glibc.xml"66 href="../multilib/glibc.xml" 67 67 xpointer="xpointer(//*[@os='df'])"/> 68 68 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../ common/glibc.xml"70 href="../multilib/glibc.xml" 71 71 xpointer="xpointer(//*[@os='dg'])"/> 72 72 -
BOOK/introduction/ppc64/changelog.xml
r47c13d1 rfbaffde 58 58 <para>[jhuntwork] - Added a flags page in cross-tools.</para> 59 59 </listitem> 60 <listitem> 61 <para>[jhuntwork] - Finalized cross-tools section.</para> 62 </listitem> 60 63 </itemizedlist> 61 64 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.