about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-10-23 22:37:50 -0400
committerMike Frysinger <vapier@gentoo.org>2012-10-24 13:00:48 -0400
commit8175a2532bd19cca1592f9c7f598302c5ae3770a (patch)
treec31e7683eb2a2d28dab369fd2fe59e6793880a45 /ChangeLog
parent10b40d85672e13032422572f2106752b31ed1704 (diff)
downloadglibc-8175a2532bd19cca1592f9c7f598302c5ae3770a.tar.gz
glibc-8175a2532bd19cca1592f9c7f598302c5ae3770a.tar.xz
glibc-8175a2532bd19cca1592f9c7f598302c5ae3770a.zip
drop -q flag when using grep
We don't currently want to rely on the -q option to grep.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0dd89d5a1..0b34621859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-10-24  Mike Frysinger  <vapier@gentoo.org>
+
+	* configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
+	send the output to /dev/null.
+	(libc_cv_cc_with_libunwind): Likewise.
+	(libc_cv_as_noexecstack): Likewise.
+	* configure: Regenerate.
+
 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
 
 	* io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.