Changeset d3a4fc0 for BOOK/final-system/multilib
- Timestamp:
- Feb 21, 2006, 1:19:09 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:
- 52e5dd9
- Parents:
- 834aff7
- Location:
- BOOK/final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/glibc-64bit.xml
r834aff7 rd3a4fc0 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 <para >Now we make sure the Glibc goes into44 <para os="m1">Now we make sure the Glibc goes into 45 45 <filename class="directory">/lib64</filename>:</para> 46 46 47 <screen ><userinput>echo "slibdir=/lib64" >> configparms</userinput></screen>47 <screen os="m2"><userinput>echo "slibdir=/lib64" >> configparms</userinput></screen> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 51 51 xpointer="xpointer(//*[@os='g'])"/> 52 52 53 <screen ><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \53 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 54 54 ../glibc-&glibc-version;/configure --prefix=/usr \ 55 55 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 56 56 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen> 57 57 58 <variablelist >58 <variablelist os="i"> 59 59 <title>The meaning of the new configure option:</title> 60 60 -
BOOK/final-system/multilib/glibc.xml
r834aff7 rd3a4fc0 51 51 xpointer="xpointer(//*[@os='g'])"/> 52 52 53 <screen ><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \53 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 54 54 ../glibc-&glibc-version;/configure --prefix=/usr \ 55 55 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
Note:
See TracChangeset
for help on using the changeset viewer.