diff options
Diffstat (limited to 'scripts/build/libc_glibc.sh')
-rw-r--r-- | scripts/build/libc_glibc.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/build/libc_glibc.sh b/scripts/build/libc_glibc.sh index 4100ca0d..9f7f69ca 100644 --- a/scripts/build/libc_glibc.sh +++ b/scripts/build/libc_glibc.sh @@ -35,9 +35,7 @@ do_libc_extract() { # There is nothing to do for glibc check config do_libc_check_config() { - CT_DoStep INFO "Checking C library configuration" - CT_DoLog EXTRA "glibc has nothing to check" - CT_EndStep + : } # This function installs the glibc headers needed to build the core compiler |