OSDN Git Service

* config.gcc (i[34567]86-*-mingw32*): Enable threads by default.
[pf3gnuchains/gcc-fork.git] / gcc / fortran / config-lang.in
1 # Configure looks for the existence of this file to auto-config each language.
2 # We define several parameters used by configure:
3 #
4 # language      - name of language as it would appear in $(LANGUAGES)
5 # compilers     - value to add to $(COMPILERS)
6 # stagestuff    - files to add to $(STAGESTUFF)
7 # diff_excludes - files to ignore when building diffs between two versions.
8
9 language="f95"
10
11 compilers="f951\$(exeext)"
12
13 stagestuff="gfortran\$(exeext) f951\$(exeext)"
14
15 target_libs=target-libgfortran
16
17 gtfiles="\$(srcdir)/fortran/f95-lang.c \$(srcdir)/fortran/trans-decl.c \$(srcdir)/fortran/trans-intrinsic.c \$(srcdir)/fortran/trans-io.c \$(srcdir)/fortran/trans-types.c \$(srcdir)/fortran/trans-types.h \$(srcdir)/fortran/trans.h \$(srcdir)/fortran/trans-const.h"
18
19 need_gmp="yes"
20
21 #outputs=g95/Makefile
22