OSDN Git Service

Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble.
[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