diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-20 10:19:38 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-20 10:19:38 +0000 |
commit | affd1d6108459c61e0afb7c593a9cf2429fc0005 (patch) | |
tree | 3c50a75de244018bb68175c501bdfb660feea275 /configure | |
parent | 249057fcb3680dc093cbd0cbd6809e3b9858c646 (diff) | |
download | gcc-affd1d6108459c61e0afb7c593a9cf2429fc0005.tar.gz |
* configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index c8c60593155..91986d8b971 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= |