]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fortran/lang-specs.h
arith.h: Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / lang-specs.h
1 /* Contribution to the specs for the GNU Compiler Collection
2 from GNU Fortran 95 compiler.
3 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
4 Inc.
5
6 This file is licensed under the GPL. */
7
8 /* This is the contribution to the `default_compilers' array in gcc.c
9 for the f95 language. */
10
11 {".F", "@f77-cpp-input", 0, 0, 0},
12 {".fpp", "@f77-cpp-input", 0, 0, 0},
13 {".FPP", "@f77-cpp-input", 0, 0, 0},
14 {"@f77-cpp-input",
15 "cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
16 %{E|M|MM:%(cpp_debug_options)}\
17 %{!M:%{!MM:%{!E: -o %|.f |\n\
18 f951 %|.f %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
19 -fpreprocessed %{!nostdinc:-fintrinsic-modules-path finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
20 {".F90", "@f95-cpp-input", 0, 0, 0},
21 {".F95", "@f95-cpp-input", 0, 0, 0},
22 {".F03", "@f95-cpp-input", 0, 0, 0},
23 {"@f95-cpp-input",
24 "cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
25 %{E|M|MM:%(cpp_debug_options)}\
26 %{!M:%{!MM:%{!E: -o %|.f95 |\n\
27 f951 %|.f95 %{!ffixed-form:-ffree-form} %(cc1_options) %{J*} %{I*}\
28 -fpreprocessed %{!nostdinc:-fintrinsic-modules-path finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
29 {".f90", "@f95", 0, 0, 0},
30 {".f95", "@f95", 0, 0, 0},
31 {".f03", "@f95", 0, 0, 0},
32 {"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{I*}\
33 %{!nostdinc:-fintrinsic-modules-path finclude%s} %{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},
34 {".f", "@f77", 0, 0, 0},
35 {".for", "@f77", 0, 0, 0},
36 {".FOR", "@f77", 0, 0, 0},
37 {"@f77", "%{!E:f951 %i %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
38 %{!nostdinc:-fintrinsic-modules-path finclude%s} %{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},