Changeset c48c555 for final-system/multilib
- Timestamp:
- Feb 21, 2006, 1:19:09 AM (19 years ago)
- Children:
- 9a8439f
- Parents:
- 597e850
- Location:
- final-system/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/glibc-64bit.xml
r597e850 rc48c555 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 -
final-system/multilib/glibc.xml
r597e850 rc48c555 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.