scripts/build/libc_glibc.sh
changeset 481 d832c6a64f48
parent 410 f9c8001e6254
child 482 88abdac040ef
     1.1 --- a/scripts/build/libc_glibc.sh	Fri Nov 02 18:55:55 2007 +0000
     1.2 +++ b/scripts/build/libc_glibc.sh	Fri May 02 22:21:43 2008 +0000
     1.3 @@ -389,6 +389,11 @@
     1.4          # is present, it means we're building glibc-2.3.3 or later, and we can't
     1.5          # build programs yet, as they require libeh, which won't be installed
     1.6          # until full build of gcc
     1.7 +        # YEM-FIXME: This comment is misleading: latest glibc-s do not have the
     1.8 +        #            make-install-lib-all.patch applied, so do not pass through this
     1.9 +        #            part of the if statement; nonetheless, they do build, and
    1.10 +        #            the result is useable (maybe the dual-pass core gcc is
    1.11 +        #            responsible for this).
    1.12          GLIBC_INITIAL_BUILD_RULE=lib
    1.13          GLIBC_INITIAL_INSTALL_RULE="install-lib-all install-headers"
    1.14          GLIBC_INSTALL_APPS_LATER=yes