PR rtl-optimization/88470
[official-gcc.git] / gcc / d / config-lang.in
blob745ad7e68d57e2e47b463de42c3c48c52dd0d33e
1 # config-lang.in -- Top level configure fragment for gcc D frontend.
2 # Copyright (C) 2006-2018 Free Software Foundation, Inc.
4 # GCC is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3, or (at your option)
7 # any later version.
9 # GCC is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with GCC; see the file COPYING3.  If not see
16 # <http://www.gnu.org/licenses/>.
18 # Configure looks for the existence of this file to auto-config each language.
19 # We define several parameters used by configure:
21 # language      - name of language as it would appear in $(LANGUAGES)
22 # compilers     - value to add to $(COMPILERS)
24 language="d"
26 compilers="d21\$(exeext)"
28 target_libs="target-libphobos target-zlib target-libbacktrace"
30 gtfiles="\$(srcdir)/d/d-tree.h \$(srcdir)/d/d-builtins.cc \$(srcdir)/d/d-lang.cc \$(srcdir)/d/modules.cc \$(srcdir)/d/typeinfo.cc"
32 # Do not build by default.
33 build_by_default="no"