[Clfs-dev] CLFS GIT-20170803-x86_64-Multilib & Binutils 2.29

evanation evanation.ru at gmail.com
Wed Sep 6 09:21:40 PDT 2017


I changed it according to LFS 8.1 in paragraph 5.9. Binutils-2.29 -
Pass 2 and deleted the lines

********************************
--host=${CLFS_HOST} \
--target=${CLFS_TARGET} \
********************************

In the end, it turned out:

********************************
CC=$LFS_TGT-gcc                \
AR=$LFS_TGT-ar                 \
RANLIB=$LFS_TGT-ranlib         \
../configure                   \
--with-sysroot=${CLFS} \
    --with-lib-path=/tools/lib:/tools/lib64 \
    --disable-nls \
    --disable-static \
    --enable-64-bit-bfd \
    --enable-gold=yes \
    --enable-plugins \
    --enable-threads \
    --disable-werror
********************************
I hope everything will turn out in the future



More information about the Clfs-dev mailing list