- Timestamp:
- Oct 16, 2015, 6:45:08 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- efdef34
- Parents:
- 93f0ebe
- git-author:
- William Harrington <kb0iic@…> (10/16/15 18:43:13)
- git-committer:
- William Harrington <kb0iic@…> (10/16/15 18:45:08)
- Location:
- BOOK
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/binutils.xml
r93f0ebe rd2e3f96 52 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</userinput></screen> 54 --disable-static --enable-64-bit-bfd --disable-multilib 55 --enable-gold=yes --enable-plugins --enable-threads --disable-werror</userinput></screen> 55 56 56 57 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
r93f0ebe rd2e3f96 52 52 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 53 53 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \ 54 --disable-static --disable-multilib --disable-werror</userinput></screen> 54 --disable-static --disable-multilib --enable-gold=yes --enable-plugins \ 55 --enable-threads--disable-werror</userinput></screen> 55 56 56 57 <variablelist os="bd"> -
BOOK/cross-tools/common/gmp.xml
r93f0ebe rd2e3f96 36 36 into <filename class="directory">/cross-tools</filename> because GCC 37 37 requires them to build.</para> 38 39 <note os="n1">40 <para>If you are building with a host which has 32-bit user-space with a41 64-bit capable CPU, cross-tools GMP will attempt to link with 64-bit42 libraries. Add the following variable during <command>configure</command>43 to force GMP's ABI: <command>./configure ABI=32</command></para>44 </note>45 38 46 39 <para os="a">Prepare GMP for compilation:</para> -
BOOK/cross-tools/common/ncurses.xml
r93f0ebe rd2e3f96 43 43 <para os="a">Prepare Ncurses for compilation:</para> 44 44 45 <screen os="b"><userinput> ./configure --prefix=/cross-tools \45 <screen os="b"><userinput>AWK=gawk ./configure --prefix=/cross-tools \ 46 46 --without-debug</userinput></screen> 47 47 -
BOOK/cross-tools/multilib/binutils.xml
r93f0ebe rd2e3f96 51 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \ 53 --disable-nls --disable-static --enable-64-bit-bfd --disable-werror</userinput></screen> 53 --disable-nls --disable-static --enable-64-bit-bfd --enable-gold=yes \ 54 --enable-plugins --enable-threads--disable-werror</userinput></screen> 54 55 55 56 <variablelist os="bd"> -
BOOK/final-system/64/binutils.xml
r93f0ebe rd2e3f96 67 67 ../binutils-&binutils-dir;/configure --prefix=/usr \ 68 68 --libdir=/usr/lib --enable-shared \ 69 --disable-multilib --enable-64-bit-bfd</userinput></screen> 69 --disable-multilib --enable-64-bit-bfd \ 70 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 70 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/binutils.xml
r93f0ebe rd2e3f96 58 58 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 59 59 ../binutils-&binutils-dir;/configure --prefix=/usr \ 60 --enable-shared </userinput></screen>60 --enable-shared --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 61 61 62 62 <para os="j">Compile the package:</para> -
BOOK/final-system/mips64/binutils.xml
r93f0ebe rd2e3f96 66 66 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib ${BUILD64}" \ 67 67 ../binutils-&binutils-dir;/configure --prefix=/usr \ 68 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64</userinput></screen> 68 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64 \ 69 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 69 70 70 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/binutils.xml
r93f0ebe rd2e3f96 66 66 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib ${BUILD64}" \ 67 67 ../binutils-&binutils-dir;/configure --prefix=/usr \ 68 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64</userinput></screen> 68 --enable-shared --enable-64-bit-bfd --libdir=/usr/lib64 \ 69 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 69 70 70 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r93f0ebe rd2e3f96 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[William Harrington] - Update Binutils to 2.25.1. Fixes ticket 44 <ulink url="&clfs-ticket-root;1023">#1023.</ulink></para> 45 </listitem> 46 <listitem> 43 47 <para>[William Harrington] - Update XZ to 5.2.2. Fixes ticket 44 48 <ulink url="&clfs-ticket-root;1081">#1081.</ulink></para> -
BOOK/packages.ent
r93f0ebe rd2e3f96 49 49 <!ENTITY bc-home "&gnu-software;bc/"> 50 50 51 <!ENTITY binutils-version "2.2 4">51 <!ENTITY binutils-version "2.25.1"> 52 52 <!ENTITY binutils-dir "&binutils-version;"> 53 <!ENTITY binutils-size "2 2,717KB">53 <!ENTITY binutils-size "24,164 KB"> 54 54 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> 55 <!ENTITY binutils-md5 " e0f71a7b2ddab0f8612336ac81d9636b">55 <!ENTITY binutils-md5 "ac493a78de4fee895961d025b7905be4"> 56 56 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 57 57 -
BOOK/temp-system/64/binutils.xml
r93f0ebe rd2e3f96 47 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 49 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 49 --enable-shared --enable-64-bit-bfd --disable-multilib \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/binutils.xml
r93f0ebe rd2e3f96 48 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 49 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 50 --disable-multilib </userinput></screen>50 --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 51 51 52 52 <variablelist os="k"> -
BOOK/temp-system/multilib/binutils.xml
r93f0ebe rd2e3f96 47 47 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \ 48 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 49 --disable-nls --enable-shared --enable-64-bit-bfd \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 50 51 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.