diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 22:21:43 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 22:21:43 +0000 |
commit | 3d8a1efd058e773ac448e411b247b7f987e52c3f (patch) | |
tree | 4197e5a89fbff93765697ff8850ba5b6f3fcc1cd | |
parent | 89aca6f995198c903157ad8263b87d04ad170401 (diff) | |
download | crosstool-ng-3d8a1efd058e773ac448e411b247b7f987e52c3f.tar.gz crosstool-ng-3d8a1efd058e773ac448e411b247b7f987e52c3f.tar.bz2 crosstool-ng-3d8a1efd058e773ac448e411b247b7f987e52c3f.zip |
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(+)
-rw-r--r-- | scripts/build/libc_glibc.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/libc_glibc.sh b/scripts/build/libc_glibc.sh index 7927d10f..1a5b7d90 100644 --- a/scripts/build/libc_glibc.sh +++ b/scripts/build/libc_glibc.sh @@ -389,6 +389,11 @@ do_libc() { # 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 |