Changeset a80ea23
- Timestamp:
- Apr 28, 2006, 4:38:27 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cdc7828
- Parents:
- ccbccc4
- Location:
- BOOK
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/ppc64-chapter.xml
rccbccc4 ra80ea23 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-static.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" multilib/glibc.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" multilib/glibc-64bit.xml"/>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"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/gcc-final.xml"/> 25 25 -
BOOK/cross-tools/ppc64/glibc-headers.xml
rccbccc4 ra80ea23 46 46 href="../ppc/glibc.xml" 47 47 xpointer="xpointer(//*[@os='de'])"/> 48 49 <para>We need to persuade <command>configure</command> that the host's 50 compiler has all the necessary modern powerpc64 extensions. It will still 51 pass flags such as <literal>-mnew-abi</literal> which are likely to trigger 52 error messages on a non-ppc host, but the headers can be built. We do this 53 by adding the following lines to <filename>config.cache</filename>. Note 54 that one of these has three consecutive underscores.</para> 55 56 <screen><userinput>echo "libc_cv_mlong_double_128ibm=yes" >> config.cache 57 echo "libc_cv_mlong_double_128=yes" >> config.cache 58 echo "libc_cv_powerpc64_tls=yes" >> config.cache 59 echo "libc_cv_initfini_array=yes" >>config.cache 60 echo "libc_cv_gcc___thread=yes" >>config.cache</userinput></screen> 48 61 49 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc64-chapter.xml
rccbccc4 ra80ea23 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-headers.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-64bit.xml"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/adjusting.xml"/> 21 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> -
BOOK/introduction/ppc64/changelog.xml
rccbccc4 ra80ea23 33 33 34 34 --> 35 36 <listitem> 37 <para>April 28, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Fix the glibc build for new requirements from the 41 version upgrade, and to use headers from kernel 2.6.15 or later 42 which merged asm-ppc and asm-ppc64 to asm-powerpc, plus cosmetic fix 43 to use the multilib version of choose.xml.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 35 47 36 48 <listitem> -
BOOK/temp-system/ppc64-chapter.xml
rccbccc4 ra80ea23 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/choose.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/choose.xml"/> 33 33 34 34 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.