diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-22 23:11:03 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-22 23:11:03 +0200 |
commit | 3127749581bd7d6568aaccf720cfa1993e66fcbc (patch) | |
tree | 8901a38a042713ca095044a8ac3db25b55ca9739 /scripts/build/libc/glibc-eglibc.sh-common | |
parent | bb74a0544dffeb542ed939b82b70f437f8131be3 (diff) | |
download | crosstool-ng-3127749581bd7d6568aaccf720cfa1993e66fcbc.tar.gz crosstool-ng-3127749581bd7d6568aaccf720cfa1993e66fcbc.tar.bz2 crosstool-ng-3127749581bd7d6568aaccf720cfa1993e66fcbc.zip |
libc/{,e}glibc: remove rude wordings in commetns
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/build/libc/glibc-eglibc.sh-common')
-rw-r--r-- | scripts/build/libc/glibc-eglibc.sh-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index bfb5ee32..b2dec4ac 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -325,7 +325,7 @@ do_libc_backend_once() { # So we can safely bypass bash detection at compile time. # Should this change in a future eglibc release, we'd better # directly mangle the generated scripts _after_ they get built, - # or even after they get installed... eglibc is such a sucker... + # or even after they get installed... echo "ac_cv_path_BASH_SHELL=/bin/bash" >>config.cache # Configure with --prefix the way we want it on the target... |