Bah. Be silent when there is nothing to do: glibc has no config (file) to check.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 08 10:52:39 2007 +0000 (2007-05-08)
changeset 73b8924cbdca26
parent 72 cfc4834a3f2f
child 74 7987069e8312
Bah. Be silent when there is nothing to do: glibc has no config (file) to check.
scripts/build/libc_glibc.sh
     1.1 --- a/scripts/build/libc_glibc.sh	Tue May 08 10:42:03 2007 +0000
     1.2 +++ b/scripts/build/libc_glibc.sh	Tue May 08 10:52:39 2007 +0000
     1.3 @@ -35,9 +35,7 @@
     1.4  
     1.5  # There is nothing to do for glibc check config
     1.6  do_libc_check_config() {
     1.7 -    CT_DoStep INFO "Checking C library configuration"
     1.8 -    CT_DoLog EXTRA "glibc has nothing to check"
     1.9 -    CT_EndStep
    1.10 +    :
    1.11  }
    1.12  
    1.13  # This function installs the glibc headers needed to build the core compiler