Browse Source

glibc: removed echo_status of debug infos

user/chris/test/multilib
Christian Wiese 13 years ago
parent
commit
3fc1bca952
  1. 2
      base/glibc/glibc.conf

2
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

Loading…
Cancel
Save