# HG changeset patch # User "Yann E. MORIN" # Date 1209766903 0 # Node ID d832c6a64f48de23c23cf293fbf22c58f6fed609 # Parent 1c38fee4a96a7d948087a8ca3f0add7d5b8ccde3 Comment more a mis-leading comment in the glibc build procedure. /trunk/scripts/build/libc_glibc.sh | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r 1c38fee4a96a -r d832c6a64f48 scripts/build/libc_glibc.sh --- a/scripts/build/libc_glibc.sh Fri May 02 22:02:42 2008 +0000 +++ b/scripts/build/libc_glibc.sh Fri May 02 22:21:43 2008 +0000 @@ -389,6 +389,11 @@ # is present, it means we're building glibc-2.3.3 or later, and we can't # build programs yet, as they require libeh, which won't be installed # until full build of gcc + # YEM-FIXME: This comment is misleading: latest glibc-s do not have the + # make-install-lib-all.patch applied, so do not pass through this + # part of the if statement; nonetheless, they do build, and + # the result is useable (maybe the dual-pass core gcc is + # responsible for this). GLIBC_INITIAL_BUILD_RULE=lib GLIBC_INITIAL_INSTALL_RULE="install-lib-all install-headers" GLIBC_INSTALL_APPS_LATER=yes