diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index 0830ba104..e2dda3fa0 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -59,7 +59,6 @@ else if [ "$SDECFG_MULTILIB" == 1 ] ; then # set the ABI for each buildloop - echo_status "Glibc Buildloop: $buildloop" hook_add preconf 3 'multilib_abi_loop $buildloop' else abi="$SDECFG_ABI_DEFAULT" @@ -79,7 +78,6 @@ fi # function to set slibdir depending on the ABI given as argument pkg_glibc_abi_preconf() { slibdir="lib$1" - echo_status "slibdir: $slibdir" # architecture specific compiler flags for 32bit ABIs if [ "$1" = "32" ]; then