--- trunk/core/binutils/binutils-2.34-r1.smage2 2020/05/25 12:01:59 33310 +++ trunk/core/binutils/binutils-2.34-r1.smage2 2020/05/25 12:07:34 33311 @@ -78,8 +78,8 @@ # enable cet myopts+=" --enable-cet" - # enable debuginfod - myopts+=" --with-debuginfod" + # disable debuginfod + myopts+=" --without-debuginfod" # fortify_source not supported export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}