From 5a4bd83209cb0ef167b4cf0da0d0e3318079cd36 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 13 Sep 2011 12:51:41 +0200 Subject: [PATCH] glibc: removed echo_status of debug infos --- base/glibc/glibc.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index e2940ff13..59c1a3b6f 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