Changeset e15ed01d for BOOK/cross-tools/common
- Timestamp:
- Oct 17, 2015, 1:46:48 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- e30db7b
- Parents:
- 8311339
- git-author:
- William Harrington <kb0iic@…> (10/17/15 01:43:13)
- git-committer:
- William Harrington <kb0iic@…> (10/17/15 01:46:48)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r8311339 re15ed01d 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
r8311339 re15ed01d 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
r8311339 re15ed01d 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
Note:
See TracChangeset
for help on using the changeset viewer.