summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-24 16:33:11 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-24 16:33:11 +0000
commit2e7c8216f1ea4d5efb96f2d2ba7b26edb647ca5b (patch)
tree116cf381cec340eb68787d17febf7249877a45f7
parent2934c6b590ded021f96a83dbb8b1100acedde68c (diff)
downloadppe42-gcc-2e7c8216f1ea4d5efb96f2d2ba7b26edb647ca5b.tar.gz
ppe42-gcc-2e7c8216f1ea4d5efb96f2d2ba7b26edb647ca5b.zip
Revert:
2006-04-23 Mark Mitchell <mark@codesourcery.com> * configure.ac: Completely disregard languages that are not enabled. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113226 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog14
-rwxr-xr-xgcc/configure4
-rw-r--r--gcc/configure.ac4
3 files changed, 14 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 51d8065086b..f41b3a939d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-24 Mark Mitchell <mark@codesourcery.com>
+
+ Revert:
+ 2006-04-23 Mark Mitchell <mark@codesourcery.com>
+ * configure.ac: Completely disregard languages that are not
+ enabled.
+ * configure: Regenerated.
+
2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
Richard Guenther <rguenther@suse.de>
@@ -52,6 +60,12 @@
2006-04-23 Mark Mitchell <mark@codesourcery.com>
+ * print-tree.c (print_node): Print DECL_BIT_FIELD_TYPE.
+
+ * configure.ac: Completely disregard languages that are not
+ enabled.
+ * configure: Regenerated.
+
PR c++/26534
* c-common.h (c_build_bitfield_integer_type): Declare.
* c-decl.c (c_build_bitfield_integer_type): Move to ...
diff --git a/gcc/configure b/gcc/configure
index 9137c4423e8..fe6f1bd3b4d 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -15843,10 +15843,6 @@ do
lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h"
fi
;;
- *)
- # This language is not enabled; skip it.
- continue
- ;;
esac
if test -f $srcdir/$subdir/lang.opt; then
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 2fa8d99feb9..447f8270fb6 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -3325,10 +3325,6 @@ changequote(,)dnl
lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h"
fi
;;
- *)
- # This language is not enabled; skip it.
- continue
- ;;
esac
changequote([,])dnl
OpenPOWER on IntegriCloud