aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2010-04-20 10:19:38 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-04-20 10:19:38 +0000
commit615c8ffaffcbd59a8a5354e1fa38c0f06c150d90 (patch)
tree3c50a75de244018bb68175c501bdfb660feea275
parentee3b548ffda7b604700d477cc3e8300c4bbc359c (diff)
downloadgcc-615c8ffaffcbd59a8a5354e1fa38c0f06c150d90.zip
gcc-615c8ffaffcbd59a8a5354e1fa38c0f06c150d90.tar.gz
gcc-615c8ffaffcbd59a8a5354e1fa38c0f06c150d90.tar.bz2
configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
* configure.ac (BUILD_CONFIG): Redirect output to /dev/null. * configure: Regenerate. From-SVN: r158550
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 155e1ab..8a1a4c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
+
+ * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
+ * configure: Regenerate.
+
2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
diff --git a/configure b/configure
index c8c6059..91986d8 100755
--- a/configure
+++ b/configure
@@ -7665,7 +7665,7 @@ else
mv conftest.o conftest.o.g0 &&
${CC} -c -g conftest.c &&
mv conftest.o conftest.o.g &&
- ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g; then
+ ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
:
else
BUILD_CONFIG=
diff --git a/configure.ac b/configure.ac
index 34308c2..c46fc4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2720,7 +2720,7 @@ else
mv conftest.o conftest.o.g0 &&
${CC} -c -g conftest.c &&
mv conftest.o conftest.o.g &&
- ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g; then
+ ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
:
else
BUILD_CONFIG=