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
This commit is contained in:
parent
621ae65dcd
commit
bfa1122312
3 changed files with 14 additions and 8 deletions
|
@ -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 ...
|
||||
|
|
4
gcc/configure
vendored
4
gcc/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue