- Timestamp:
- Jan 4, 2009, 10:20:49 AM (16 years ago)
- Branches:
- master
- Children:
- d3318e9
- Parents:
- 7d57b83
- Location:
- BOOK
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/common.xml
r7d57b83 r244d5c9 485 485 <seglistitem> 486 486 <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, 487 Gettext, Glibc, Grep, Make, Patch, Perl, Sed, Tar and Texinfo</seg> 487 Gettext, Glibc, GMP, Grep, Make, MPFR, Patch, Perl, Sed, Tar and 488 Texinfo</seg> 488 489 </seglistitem> 489 490 </segmentedlist> … … 561 562 </segmentedlist> 562 563 564 <!-- Begin GMP dependency info --> 565 <bridgehead renderas="sect2" id="gmp-dep">GMP</bridgehead> 566 567 <segmentedlist> 568 <segtitle>&dependencies;</segtitle> 569 570 <seglistitem> 571 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4, Make, 572 Sed and Texinfo</seg> 573 </seglistitem> 574 </segmentedlist> 575 576 <segmentedlist> 577 <segtitle>&testsuites;</segtitle> 578 579 <seglistitem> 580 <seg>None</seg> 581 </seglistitem> 582 </segmentedlist> 583 584 <segmentedlist> 585 <segtitle>&before;</segtitle> 586 587 <seglistitem> 588 <seg>MPFR, GCC</seg> 589 </seglistitem> 590 </segmentedlist> 591 563 592 <!-- Begin Grep dependency info --> 564 593 <bridgehead renderas="sect2" id="grep-dep">Grep</bridgehead> … … 922 951 </segmentedlist> 923 952 953 <!-- Begin MPFR dependency info --> 954 <bridgehead renderas="sect2" id="mpfr-dep">MPFR</bridgehead> 955 956 <segmentedlist> 957 <segtitle>&dependencies;</segtitle> 958 959 <seglistitem> 960 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, 961 Make, Sed and Texinfo</seg> 962 </seglistitem> 963 </segmentedlist> 964 965 <segmentedlist> 966 <segtitle>&testsuites;</segtitle> 967 968 <seglistitem> 969 <seg>None</seg> 970 </seglistitem> 971 </segmentedlist> 972 973 <segmentedlist> 974 <segtitle>&before;</segtitle> 975 976 <seglistitem> 977 <seg>GCC</seg> 978 </seglistitem> 979 </segmentedlist> 980 924 981 <!-- Begin Make dependency info --> 925 982 <bridgehead renderas="sect2" id="make-dep">Make</bridgehead> -
BOOK/cross-tools/alpha-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-headers.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> -
BOOK/cross-tools/arm-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/linux-headers.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> -
BOOK/cross-tools/common/gcc-final.xml
r7d57b83 r244d5c9 44 44 45 45 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ 46 -- host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib\47 -- with-sysroot=${CLFS} --disable-nls --enable-shared\48 --enable- languages=c,c++ --enable-__cxa_atexit \46 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 47 --disable-multilib --with-sysroot=${CLFS} --disable-nls \ 48 --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \ 49 49 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 50 50 … … 97 97 xpointer="xpointer(//*[@os='ag'])"/> 98 98 99 <screen os="ah"><userinput>make</userinput></screen> 99 <screen os="ah"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \ 100 LD_FOR_TARGET="${CLFS_TARGET}-ld"</userinput></screen> 100 101 101 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/hppa-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/linux-headers.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> -
BOOK/cross-tools/x86-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> -
BOOK/final-system/alpha-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/arm-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/hppa-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/x86-chapter.xml
r7d57b83 r244d5c9 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/> 18 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/general.ent
r7d57b83 r244d5c9 3 3 <!ENTITY month "01"> <!-- Use two digits --> 4 4 <!ENTITY month_name "Janurary"> 5 <!ENTITY day "0 3"> <!-- Use two digits -->5 <!ENTITY day "04"> <!-- Use two digits --> 6 6 <!ENTITY year "2009"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r7d57b83 r244d5c9 40 40 <para>Janurary 03, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Add GMP and MPFR.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Convert from the old depreciated kernel headers -
BOOK/materials/common/packages.xml
r7d57b83 r244d5c9 187 187 188 188 <varlistentry> 189 <term>GMP (&gmp-version;) - <token>&gmp-size;</token>:</term> 190 <listitem> 191 <para>Home page: <ulink url="&gmp-home;"/></para> 192 <para>Download: <ulink url="&gmp-url;"/></para> 193 <para>MD5 sum: <literal>&gmp-md5;</literal></para> 194 </listitem> 195 </varlistentry> 196 197 <varlistentry> 189 198 <term>Grep (&grep-version;) - <token>&grep-size;</token>:</term> 190 199 <listitem> … … 313 322 314 323 <varlistentry> 324 <term>MPFR (&mpfr-version;) - <token>&mpfr-size;</token>:</term> 325 <listitem> 326 <para>Home page: <ulink url="&mpfr-home;"/></para> 327 <para>Download: <ulink url="&mpfr-url;"/></para> 328 <para>MD5 sum: <literal>&mpfr-md5;</literal></para> 329 </listitem> 330 </varlistentry> 331 332 <varlistentry> 315 333 <term>Module-Init-Tools (&module-init-tools-version;) - <token>&module-init-tools-size;</token>:</term> 316 334 <listitem> -
BOOK/materials/common/patches.xml
r7d57b83 r244d5c9 83 83 84 84 <varlistentry> 85 <term>GMP Branch Update Patch - <token>&gmp-branch_update-patch-size;</token>:</term> 86 <listitem> 87 <para>Download: <ulink 88 url="&patches-root;&gmp-branch_update-patch;"/></para> 89 <para>MD5 sum: <literal>&gmp-branch_update-patch-md5;</literal></para> 90 </listitem> 91 </varlistentry> 92 93 <varlistentry> 85 94 <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 86 95 <listitem> -
BOOK/packages.ent
r7d57b83 r244d5c9 124 124 <!ENTITY glibc-ports-home " "> 125 125 126 <!ENTITY gmp-version "4.2.4"> 127 <!ENTITY gmp-size "1,676 KB"> 128 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> 129 <!ENTITY gmp-md5 "fc1e3b3a2a5038d4d74138d0b9cf8dbe"> 130 <!ENTITY gmp-home "http://gmplib.org/"> 131 126 132 <!ENTITY grep-version "2.5.3"> 127 133 <!ENTITY grep-size "608 KB"> … … 215 221 <!ENTITY man-pages-md5 "334f3ba3d903ff3dd12e33595b114961"> 216 222 <!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man"> 223 224 <!ENTITY mpfr-version "2.3.2"> 225 <!ENTITY mpfr-size "968 KB"> 226 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-current/mpfr-&mpfr-version;.tar.bz2"> 227 <!ENTITY mpfr-md5 "527147c097874340cb9cee0579dacf3b"> 228 <!ENTITY mpfr-home "http://www.mpfr.org/"> 217 229 218 230 <!ENTITY module-init-tools-version "3.5"> -
BOOK/patches.ent
r7d57b83 r244d5c9 32 32 <!ENTITY glibc-localedef_segfault-patch-md5 "7f8d1687d78f18cc46db1531fb17f7fe"> 33 33 <!ENTITY glibc-localedef_segfault-patch-size "4 KB"> 34 35 <!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch"> 36 <!ENTITY gmp-branch_update-patch-md5 "31606a19116f646a2d891d639fbfc339"> 37 <!ENTITY gmp-branch_update-patch-size "12 KB"> 34 38 35 39 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.