--- smage/trunk/core/binutils/binutils-2.39-r3.smage2 2022/12/21 07:46:46 15669 +++ smage/trunk/core/binutils/binutils-2.39-r3.smage2 2022/12/21 09:00:52 15670 @@ -81,6 +81,9 @@ # disable debuginfod myopts+=" --without-debuginfod" + # use libiberty from binutils + myopts+=" --enable-install-libiberty" + # # fortify_source not supported # export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/} # export CFLAGS=${CFLAGS/-Wp,-D_FORTIFY_SOURCE=2/}