* trans-mem.c (execute_tm_mark): Release bb_regions.
[official-gcc.git] / gcc / c / config-lang.in
blob46c7e477471f3329a00d2f2737804585d5163479
1 # Top level configure fragment for GNU C - C language.
2 # Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2005, 2007,
3 # 2010, 2012
4 # Free Software Foundation, Inc.
6 #This file is part of GCC.
8 #GCC is free software; you can redistribute it and/or modify
9 #it under the terms of the GNU General Public License as published by
10 #the Free Software Foundation; either version 3, or (at your option)
11 #any later version.
13 #GCC is distributed in the hope that it will be useful,
14 #but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #GNU General Public License for more details.
18 #You should have received a copy of the GNU General Public License
19 #along with GCC; see the file COPYING3.  If not see
20 #<http://www.gnu.org/licenses/>.
22 # Configure looks for the existence of this file to auto-config each language.
23 # We define several parameters used by configure:
25 # language      - name of language as it would appear in $(LANGUAGES)
26 # compilers     - value to add to $(COMPILERS)
28 language="c"
30 compilers="cc1\$(exeext)"
32 target_libs=
34 gtfiles="\$(srcdir)/c/c-lang.c \$(srcdir)/c/c-tree.h \$(srcdir)/c/c-decl.c \$(srcdir)/c-family/c-common.c \$(srcdir)/c-family/c-common.h \$(srcdir)/c-family/c-objc.h \$(srcdir)/c-family/c-cppbuiltin.c \$(srcdir)/c-family/c-pragma.h \$(srcdir)/c-family/c-pragma.c \$(srcdir)/c/c-objc-common.c \$(srcdir)/c/c-parser.c \$(srcdir)/c/c-lang.h"