abinfo "Disable gold testsuite"
sed -i 's/testsuite//g' "$SRCDIR"/gold/Makefile.in

abinfo "Set CPPFLAGS for libiberty"
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" "$SRCDIR"/libiberty/configure

abinfo "Do not use ab3 provided default prefix & paths etc"
export AUTOTOOLS_DEF=""

abinfo "Hack BUILD_READY to run configure-host"
alias BUILD_READY="make configure-host"
