Changeset a80ea23 for BOOK/cross-tools
- 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/cross-tools
- Files:
-
- 2 added
- 2 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"
Note:
See TracChangeset
for help on using the changeset viewer.