Changeset 2f83ef2 for temp-system/multilib
- Timestamp:
- Feb 21, 2006, 1:35:46 AM (19 years ago)
- Children:
- 11ed0d6
- Parents:
- 92bb2284
- Location:
- temp-system/multilib
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/multilib/gettext.xml
r92bb2284 r2f83ef2 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="d"><userinput>CC="${CC} ${BUILD32}" CXX="${CXX} ${BUILD32}" \ 38 ./configure --prefix=/tools \ 39 --host=${LFS_TARGET} --disable-libasprintf \ 40 --without-csharp --cache-file=config.cache</userinput></screen> 37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 ./configure --prefix=/tools --disable-shared \ 39 --cache-file=config.cache</userinput></screen> 41 40 42 <variablelist os="e"> 43 <title>The meaning of the configure options:</title> 44 45 <varlistentry> 46 <term><parameter>CXX="${CXX} ${BUILD32}"</parameter></term> 47 <listitem> 48 <para>Forces Gettext is use our Target Architecture g++ compiler 49 with our 32 bits build flags.</para> 50 </listitem> 51 </varlistentry> 52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../common/gettext.xml" 55 xpointer="xpointer(//*[@os='e1'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../common/gettext.xml" 59 xpointer="xpointer(//*[@os='e2'])"/> 60 61 </variablelist> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/gettext.xml" 43 xpointer="xpointer(//*[@os='e'])"/> 62 44 63 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.