diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-04-24 16:33:11 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2006-04-24 16:33:11 +0000 |
commit | bfa1122312a8db70406aaf8a97e55352258f336e (patch) | |
tree | 116cf381cec340eb68787d17febf7249877a45f7 /gcc | |
parent | 621ae65dcd01b01cbf1b4723d55653c8c1c7855b (diff) | |
download | gcc-bfa1122312a8db70406aaf8a97e55352258f336e.zip gcc-bfa1122312a8db70406aaf8a97e55352258f336e.tar.gz gcc-bfa1122312a8db70406aaf8a97e55352258f336e.tar.bz2 |
revert: configure.ac: Completely disregard languages that are not enabled.
Revert:
2006-04-23 Mark Mitchell <mark@codesourcery.com>
* configure.ac: Completely disregard languages that are not
enabled.
* configure: Regenerated.
From-SVN: r113226
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 14 | ||||
-rwxr-xr-x | gcc/configure | 4 | ||||
-rw-r--r-- | gcc/configure.ac | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51d8065..f41b3a9 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 9137c44..fe6f1bd 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 2fa8d99..447f827 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 |