diff options
Diffstat (limited to 'scripts/build/libc/glibc.sh')
-rw-r--r-- | scripts/build/libc/glibc.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh index a39c3c36..1c7a2d5b 100644 --- a/scripts/build/libc/glibc.sh +++ b/scripts/build/libc/glibc.sh @@ -79,10 +79,6 @@ do_libc_check_config() { # This function installs the glibc headers needed to build the core compiler do_libc_headers() { - # Only need to install bootstrap glibc headers for gcc-3.0 and above? Or maybe just gcc-3.3 and above? - # See also http://gcc.gnu.org/PR8180, which complains about the need for this step. - grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0 - CT_DoStep INFO "Installing C library headers" mkdir -p "${CT_BUILD_DIR}/build-libc-headers" |