- Timestamp:
- Apr 17, 2014, 3:17:01 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 72bf73b
- Parents:
- 86735361
- Location:
- BOOK
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r86735361 r852824db 88 88 </varlistentry> 89 89 90 91 90 <varlistentry> 92 91 <term><parameter>--with-native-system-headers-dir=/tools/include</parameter></term> … … 95 94 in <filename class="directory">/tools/include</filename> and that 96 95 host system headers will not be searched.</para> 96 </listitem> 97 </varlistentry> 98 99 <varlistentry> 100 <term><parameter>--disable-shared</parameter></term> 101 <listitem> 102 <para>This tells GCC not to create a shared library.</para> 97 103 </listitem> 98 104 </varlistentry> -
BOOK/temp-system/64/binutils.xml
r86735361 r852824db 50 50 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../multilib/binutils.xml"53 xpointer="xpointer(//*[@os='ea'])"/>54 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"56 52 href="../common/binutils.xml" 57 53 xpointer="xpointer(//*[@os='be'])"/> -
BOOK/temp-system/64/gmp.xml
r86735361 r852824db 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../multilib/gmp.xml" 46 xpointer="xpointer(//*[@os='ba'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 49 href="../common/gmp.xml" 46 50 xpointer="xpointer(//*[@os='c'])"/> -
BOOK/temp-system/common/bash.xml
r86735361 r852824db 63 63 64 64 <variablelist os="c"> 65 <title>The meaning of the configure option:</title>65 <title>The meaning of the new configure option:</title> 66 66 67 67 <varlistentry> -
BOOK/temp-system/common/gettext.xml
r86735361 r852824db 41 41 --disable-shared --cache-file=config.cache</userinput></screen> 42 42 43 <variablelist os="e"> 44 <title>The meaning of the configure options:</title> 43 <para os="e">Compile the required programs and support library:</para> 45 44 46 <varlistentry os="e1"> 47 <term><parameter>--disable-shared</parameter></term> 48 <listitem> 49 <para>This tells Gettext not to create a shared library.</para> 50 </listitem> 51 </varlistentry> 52 53 </variablelist> 54 55 <para os="f">Compile the required programs and support library:</para> 56 57 <screen os="g"><userinput>make -C gnulib-lib 45 <screen os="f"><userinput>make -C gnulib-lib 58 46 make -C src msgfmt msgmerge xgettext</userinput></screen> 59 47 60 <para os=" h">Install the <command>msgfmt</command>,48 <para os="g">Install the <command>msgfmt</command>, 61 49 <command>msgmerge</command> and <command>xgettext</command> binaries:</para> 62 50 63 <screen os=" i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>51 <screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 64 52 65 53 </sect2> -
BOOK/temp-system/common/texinfo.xml
r86735361 r852824db 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 <variablelist os="ba"> 33 <title>The meaning of the new configure option:</title> 34 35 <varlistentry> 36 <term><parameter>PERL=/usr/bin/perl</parameter></term> 37 <listitem> 38 <para>This forces Texinfo to use 39 <filename class="directory">/usr/bin</filename> as the location of 40 <command>perl</command>, as some host systems may have it in 41 <filename class="directory">/bin</filename>.</para> 42 </listitem> 43 </varlistentry> 44 45 </variablelist> 46 32 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 48 href="../../final-system/common/texinfo.xml" -
BOOK/temp-system/common/vim.xml
r86735361 r852824db 86 86 </varlistentry> 87 87 88 <varlistentry> 89 <term><parameter>--with-tlib=ncurses</parameter></term> 90 <listitem> 91 <para>Tells Vim to use Ncurses as its terminal library.</para> 92 </listitem> 93 </varlistentry> 94 88 95 </variablelist> 89 96 -
BOOK/temp-system/multilib/binutils.xml
r86735361 r852824db 49 49 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 50 50 51 <variablelist os="ea">52 <title>The meaning of the new configure options:</title>53 54 <varlistentry>55 <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>56 <listitem>57 <para>Tells the compiler to use our 64-bit build flags.</para>58 </listitem>59 </varlistentry>60 61 </variablelist>62 63 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 64 52 href="../common/binutils.xml" -
BOOK/temp-system/multilib/gettext.xml
r86735361 r852824db 64 64 xpointer="xpointer(//*[@os='h'])"/> 65 65 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"67 href="../common/gettext.xml"68 xpointer="xpointer(//*[@os='i'])"/>69 70 66 </sect2> 71 67 -
BOOK/temp-system/multilib/gmp.xml
r86735361 r852824db 42 42 --libdir=/tools/lib64 --enable-cxx</userinput></screen> 43 43 44 <variablelist os="ba"> 45 <title>The meaning of the new configure option:</title> 46 47 <varlistentry> 48 <term><parameter>CC="${CC} ${BUILD64}"</parameter></term> 49 <listitem> 50 <para>Tells the compiler to use our 64-bit build flags.</para> 51 </listitem> 52 </varlistentry> 53 54 </variablelist> 55 44 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 57 href="../common/gmp.xml" -
BOOK/temp-system/multilib/texinfo.xml
r86735361 r852824db 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 34 href="../common/texinfo.xml" 35 xpointer="xpointer(//*[@os='ba'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/texinfo.xml" 35 39 xpointer="xpointer(//*[@os='c'])"/> 36 40
Note:
See TracChangeset
for help on using the changeset viewer.