Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2007-08-21 08:15:07 +0400
committerBen Elliston <bje@gnu.org>2007-08-21 08:15:07 +0400
commit3c527a31f3ed13d227622f2af19a42eece0589af (patch)
treefd6be136030698bed5becf3b45b3305fb3a789ae /configure.ac
parent891b6e885e8ff6692f8be695e830a929b97172ab (diff)
Bring over from the GCC tree:
2007-08-21 Richard Guenther <rguenther@suse.de> * configure.ac: Add types checking to stage1 checking flags. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e111852ed..2486049cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2614,9 +2614,9 @@ AC_ARG_ENABLE(stage1-checking,
of the compiler],
[stage1_checking=--enable-checking=${enable_stage1_checking}],
[if test "x$enable_checking" = xno; then
- stage1_checking=--enable-checking
+ stage1_checking=--enable-checking=yes,types
else
- stage1_checking=--enable-checking${enable_checking+=}$enable_checking
+ stage1_checking=--enable-checking=types${enable_checking+,}$enable_checking
fi])
AC_SUBST(stage1_checking)