summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-08-21 04:15:07 +0000
committerBen Elliston <bje@au.ibm.com>2007-08-21 04:15:07 +0000
commit2abc4e65ff96e26277c06ee457f7ff98cb2ebc6d (patch)
tree6f992b7fd205247617afeb3c2b92f679f909f393 /configure
parent6b2f2842e1fb409fafa384eefe492ba5de50d9af (diff)
downloadppe42-binutils-2abc4e65ff96e26277c06ee457f7ff98cb2ebc6d.tar.gz
ppe42-binutils-2abc4e65ff96e26277c06ee457f7ff98cb2ebc6d.zip
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')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6b11fabd42..1a37bfd6b3 100755
--- a/configure
+++ b/configure
@@ -11993,9 +11993,9 @@ if test "${enable_stage1_checking+set}" = set; then
stage1_checking=--enable-checking=${enable_stage1_checking}
else
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
fi;
OpenPOWER on IntegriCloud