Changeset 52e5dd9 for BOOK/final-system/sparc64
- Timestamp:
- Feb 21, 2006, 1:19:39 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:
- a298fa4
- Parents:
- d3a4fc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/sparc64/glibc-64bit.xml
rd3a4fc0 r52e5dd9 58 58 xpointer="xpointer(//*[@os='m2'])"/> 59 59 60 <para os="t1">For TLS support on the Sparc64 we will need to add the following lines to 61 <filename>config.cache</filename>:</para> 62 63 <screen os="t2"><userinput>echo "libc_cv_sparc64_tls=yes" >> config.cache</userinput></screen> 64 60 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 66 href="glibc.xml" 62 67 xpointer="xpointer(//*[@os='g'])"/> 63 68 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 href="../multilib/glibc-64bit.xml" 66 xpointer="xpointer(//*[@os='h'])"/> 69 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 70 ../glibc-&glibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 72 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 73 --cache-file=config.cache</userinput></screen> 67 74 68 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.