Changeset 175ff828 for temp-system/multilib
- Timestamp:
- Feb 21, 2006, 1:20:08 AM (19 years ago)
- Children:
- 1235a03
- Parents:
- adeb68a
- Location:
- temp-system/multilib
- Files:
-
- 3 deleted
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/multilib/bash.xml
radeb68a r175ff828 43 43 xpointer="xpointer(//*[@os='g'])"/> 44 44 45 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \45 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 46 46 ./configure --prefix=/tools --with-curses \ 47 47 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> … … 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 50 href="../common/bash.xml" 51 xpointer="xpointer(//*[@os='a c'])"/>51 xpointer="xpointer(//*[@os='ad'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 70 href="../common/bash.xml" 71 xpointer="xpointer(//*[@os='a d'])"/>71 xpointer="xpointer(//*[@os='ae'])"/> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 74 href="../common/bash.xml" 75 xpointer="xpointer(//*[@os='a e'])"/>75 xpointer="xpointer(//*[@os='af'])"/> 76 76 77 77 </sect2> -
temp-system/multilib/bzip2.xml
radeb68a r175ff828 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen ><userinput>make CC="${CC} ${BUILD64}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>37 <screen os="cc"><userinput>make CC="${CC} ${BUILD64}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen> 38 38 39 <para>Install the package:</para> 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../common/bzip2.xml" 41 xpointer="xpointer(//*[@os='cd'])"/> 40 42 41 <screen><userinput>make PREFIX=/tools install</userinput></screen> 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/bzip2.xml" 45 xpointer="xpointer(//*[@os='ce'])"/> 42 46 43 47 </sect2> -
temp-system/multilib/coreutils.xml
radeb68a r175ff828 35 35 xpointer="xpointer(//*[@os='bd'])"/> 36 36 37 <screen ><userinput>CC="${CC} ${BUILD64}" \37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" \ 38 38 ./configure --prefix=/tools --cache-file=config.cache \ 39 39 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"42 href="../common/coreutils.xml"43 xpointer="xpointer(//*[@os='be'])"/>44 40 45 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 59 55 xpointer="xpointer(//*[@os='bi'])"/> 60 56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../common/coreutils.xml" 59 xpointer="xpointer(//*[@os='bj'])"/> 60 61 61 </sect2> 62 62 -
temp-system/multilib/diffutils.xml
radeb68a r175ff828 23 23 <title>Installation of Diffutils</title> 24 24 25 <para>Prepare Diffutils for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/diffutils.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 28 30 --host=${LFS_TARGET}</userinput></screen> 29 31 30 <para>Compile the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/diffutils.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 31 35 32 <screen><userinput>make</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/diffutils.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 33 39 34 <para>Install the package:</para> 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/diffutils.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 35 43 36 <screen><userinput>make install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/diffutils.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 37 47 38 48 </sect2> -
temp-system/multilib/findutils.xml
radeb68a r175ff828 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 38 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 39 39 -
temp-system/multilib/gawk.xml
radeb68a r175ff828 23 23 <title>Installation of Gawk</title> 24 24 25 <para>Prepare Gawk for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/gawk.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen ><userinput>CC="${CC} ${BUILD64}" \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 28 30 ./configure --prefix=/tools \ 29 31 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 30 32 31 <para>Compile the package:</para> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/gawk.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 32 36 33 <screen><userinput>make</userinput></screen> 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/gawk.xml" 39 xpointer="xpointer(//*[@os='d'])"/> 34 40 35 <para>Install the package:</para> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../common/gawk.xml" 43 xpointer="xpointer(//*[@os='e'])"/> 36 44 37 <screen><userinput>make install</userinput></screen> 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="../common/gawk.xml" 47 xpointer="xpointer(//*[@os='f'])"/> 38 48 39 49 </sect2> -
temp-system/multilib/gettext-64bit.xml
radeb68a r175ff828 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <para>Prepare Gettext for compilation:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="gettext.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 33 35 34 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \36 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 35 37 ./configure --prefix=/tools --libdir=/tools/lib64 \ 36 38 --host=${LFS_TARGET} --disable-libasprintf \ 37 39 --without-csharp --cache-file=config.cache</userinput></screen> 38 40 39 <para>Compile the package:</para> 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="gettext.xml" 43 xpointer="xpointer(//*[@os='f'])"/> 40 44 41 <screen><userinput>make</userinput></screen> 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="gettext.xml" 47 xpointer="xpointer(//*[@os='g'])"/> 42 48 43 <para>Install the package:</para> 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="gettext.xml" 51 xpointer="xpointer(//*[@os='h'])"/> 44 52 45 <screen><userinput>make install</userinput></screen> 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="gettext.xml" 55 xpointer="xpointer(//*[@os='i'])"/> 46 56 47 57 </sect2> -
temp-system/multilib/gettext-n32.xml
radeb68a r175ff828 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <para>Prepare Gettext for compilation:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="gettext.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 33 35 34 <screen ><userinput>CC="${CC} ${BUILDN32}" CXX="${CXX} ${BUILDN32}" \36 <screen os="d"><userinput>CC="${CC} ${BUILDN32}" CXX="${CXX} ${BUILDN32}" \ 35 37 ./configure --prefix=/tools --libdir=/tools/lib32 \ 36 38 --host=${LFS_TARGET} --disable-libasprintf \ 37 39 --without-csharp --cache-file=config.cache</userinput></screen> 38 40 39 <variablelist >41 <variablelist os="e"> 40 42 <title>The meaning of the configure options:</title> 41 43 … … 43 45 <term><parameter>CXX="${CXX} ${BUILDN32}"</parameter></term> 44 46 <listitem> 45 <para>This do ...</para> 47 <para>Forces Gettext is use our Target Architecture g++ compiler 48 with our N32 flags.</para> 46 49 </listitem> 47 50 </varlistentry> … … 49 52 </variablelist> 50 53 51 <para>Compile the package:</para> 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="gettext.xml" 56 xpointer="xpointer(//*[@os='f'])"/> 52 57 53 <screen><userinput>make</userinput></screen> 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="gettext.xml" 60 xpointer="xpointer(//*[@os='g'])"/> 54 61 55 <para>Install the package:</para> 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 href="gettext.xml" 64 xpointer="xpointer(//*[@os='h'])"/> 56 65 57 <screen><userinput>make install</userinput></screen> 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 67 href="gettext.xml" 68 xpointer="xpointer(//*[@os='i'])"/> 58 69 59 70 </sect2> -
temp-system/multilib/gettext.xml
radeb68a r175ff828 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <para>Prepare Gettext for compilation:</para> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/gettext.xml" 35 xpointer="xpointer(//*[@os='c'])"/> 34 36 35 <screen ><userinput>CC="${CC} ${BUILD32}" CXX="${CXX} ${BUILD32}" \37 <screen os="d"><userinput>CC="${CC} ${BUILD32}" CXX="${CXX} ${BUILD32}" \ 36 38 ./configure --prefix=/tools \ 37 39 --host=${LFS_TARGET} --disable-libasprintf \ 38 40 --without-csharp --cache-file=config.cache</userinput></screen> 39 41 40 <variablelist >42 <variablelist os="e"> 41 43 <title>The meaning of the configure options:</title> 42 44 … … 44 46 <term><parameter>CXX="${CXX} ${BUILD32}"</parameter></term> 45 47 <listitem> 46 <para>This do ...</para> 48 <para>Forces Gettext is use our Target Architecture g++ compiler 49 with our 32 bit build flags.</para> 47 50 </listitem> 48 51 </varlistentry> … … 50 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 54 href="../common/gettext.xml" 52 xpointer="xpointer(//*[@os=' c1'])"/>55 xpointer="xpointer(//*[@os='e1'])"/> 53 56 54 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 58 href="../common/gettext.xml" 56 xpointer="xpointer(//*[@os=' c2'])"/>59 xpointer="xpointer(//*[@os='e2'])"/> 57 60 58 61 </variablelist> 59 62 60 <para>Compile the package:</para> 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 href="../common/gettext.xml" 65 xpointer="xpointer(//*[@os='f'])"/> 61 66 62 <screen><userinput>make</userinput></screen> 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 68 href="../common/gettext.xml" 69 xpointer="xpointer(//*[@os='g'])"/> 63 70 64 <para>Install the package:</para> 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 72 href="../common/gettext.xml" 73 xpointer="xpointer(//*[@os='h'])"/> 65 74 66 <screen><userinput>make install</userinput></screen> 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 76 href="../common/gettext.xml" 77 xpointer="xpointer(//*[@os='i'])"/> 67 78 68 79 </sect2> -
temp-system/multilib/grep.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 33 href="../common/grep.xml" 34 xpointer="xpointer(//*[@os='c a'])"/>34 xpointer="xpointer(//*[@os='cb'])"/> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/gzip.xml
radeb68a r175ff828 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 38 --host=${LFS_TARGET}</userinput></screen> 39 39 -
temp-system/multilib/make.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <para>Prepare Make for compilation:</para> 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/make.xml" 31 xpointer="xpointer(//*[@os='aa'])"/> 30 32 31 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \33 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 32 34 --host=${LFS_TARGET}</userinput></screen> 33 35 -
temp-system/multilib/ncurses-64bit.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \29 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 30 ./configure --prefix=/tools --with-shared \ 31 31 --host=${LFS_TARGET} --without-debug --without-ada \ -
temp-system/multilib/ncurses-n32.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>CC="${CC} ${BUILDN32}" CXX="${CXX} ${BUILDN32}" \29 <screen os="aa"><userinput>CC="${CC} ${BUILDN32}" CXX="${CXX} ${BUILDN32}" \ 30 30 ./configure --prefix=/tools --with-shared \ 31 31 --host=${LFS_TARGET} --without-debug --without-ada \ -
temp-system/multilib/ncurses.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>CC="${CC} ${BUILD32}" CXX="${CXX} ${BUILD32}" \29 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" CXX="${CXX} ${BUILD32}" \ 30 30 ./configure --prefix=/tools --with-shared \ 31 31 --host=${LFS_TARGET} --without-debug --without-ada \ -
temp-system/multilib/patch.xml
radeb68a r175ff828 23 23 <title>Installation of Patch</title> 24 24 25 <para>Prepare Patch for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/patch.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 28 30 --host=${LFS_TARGET}</userinput></screen> 29 31 30 <para>Compile the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/patch.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 31 35 32 <screen><userinput>make</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/patch.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 33 39 34 <para>Install the package:</para> 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/patch.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 35 43 36 <screen><userinput>make install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/patch.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 37 47 38 48 </sect2> -
temp-system/multilib/sed.xml
radeb68a r175ff828 23 23 <title>Installation of Sed</title> 24 24 25 <para>Prepare Sed for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/sed.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 28 30 --host=${LFS_TARGET}</userinput></screen> 29 31 30 <para>Compile the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/sed.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 31 35 32 <screen><userinput>make</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/sed.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/sed.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 33 43 34 < para>Install the package:</para>35 36 <screen><userinput>make install</userinput></screen>44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/sed.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 37 47 38 48 </sect2> -
temp-system/multilib/tar.xml
radeb68a r175ff828 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 38 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 39 39 -
temp-system/multilib/zlib-64bit.xml
radeb68a r175ff828 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen ><userinput>CC="${CC} ${BUILD64}" \33 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \ 34 34 ./configure --prefix=/tools --shared --libdir=/tools/lib64</userinput></screen> 35 35 -
temp-system/multilib/zlib-n32.xml
radeb68a r175ff828 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen ><userinput>CC="${CC} ${BUILDN32}" \33 <screen os="aa"><userinput>CC="${CC} ${BUILDN32}" \ 34 34 ./configure --prefix=/tools --shared --libdir=/tools/lib32</userinput></screen> 35 35 36 <variablelist >36 <variablelist os="ab"> 37 37 <title>The meaning of the new configure options:</title> 38 38 … … 40 40 <term><parameter>CC="${CC} ${BUILDN32}"</parameter></term> 41 41 <listitem> 42 <para>This do ...</para> 42 <para>Tell ZLIB to use our architecutre specific gcc and use 43 our N32 build flags.</para> 43 44 </listitem> 44 45 </varlistentry> -
temp-system/multilib/zlib.xml
radeb68a r175ff828 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen><userinput>CC="${CC} ${BUILD32}" \ 34 ./configure --prefix=/tools --shared</userinput></screen> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/zlib.xml" 35 xpointer="xpointer(//*[@os='aa'])"/> 35 36 36 <variablelist >37 <variablelist os="ab"> 37 38 <title>The meaning of the configure options:</title> 38 39 … … 40 41 <term><parameter>CC="${CC} ${BUILD32}"</parameter></term> 41 42 <listitem> 42 <para>This do ...</para> 43 <para>Tell ZLIB to use our architecutre specific gcc and use 44 our 32 bit build flags.</para> 43 45 </listitem> 44 46 </varlistentry> … … 46 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 49 href="../common/zlib.xml" 48 xpointer="xpointer(//*[@os='a a1'])"/>50 xpointer="xpointer(//*[@os='ab1'])"/> 49 51 50 52 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.