]> gcc.gnu.org Git - gcc.git/blame - gcc/fortran/lang-specs.h
re PR fortran/18452 (Fortran options induces warning for fortran that needs preproces...
[gcc.git] / gcc / fortran / lang-specs.h
CommitLineData
6de9cd9a
DN
1/* Contribution to the specs for the GNU Compiler Collection
2 from GNU Fortran 95 compiler.
9fc4d79b 3 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
6de9cd9a
DN
4
5This file is licensed under the GPL. */
6
7/* This is the contribution to the `default_compilers' array in gcc.c
8 for the f95 language. */
9
d4fa05b9
TS
10{".F", "@f77-cpp-input", 0, 0, 0},
11{".fpp", "@f77-cpp-input", 0, 0, 0},
12{".FPP", "@f77-cpp-input", 0, 0, 0},
6de9cd9a 13{"@f77-cpp-input",
a67ec6ab 14 "cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
6de9cd9a
DN
15 %{E|M|MM:%(cpp_debug_options)}\
16 %{!M:%{!MM:%{!E: -o %|.f |\n\
17 f951 %|.f %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
d4fa05b9
TS
18 %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
19{".F90", "@f95-cpp-input", 0, 0, 0},
20{".F95", "@f95-cpp-input", 0, 0, 0},
6de9cd9a 21{"@f95-cpp-input",
a67ec6ab 22 "cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
6de9cd9a
DN
23 %{E|M|MM:%(cpp_debug_options)}\
24 %{!M:%{!MM:%{!E: -o %|.f95 |\n\
25 f951 %|.f95 %(cc1_options) %{J*} %{I*}\
d4fa05b9
TS
26 %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0},
27{".f90", "@f95", 0, 0, 0},
28{".f95", "@f95", 0, 0, 0},
6de9cd9a 29{"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{I*}\
d4fa05b9
TS
30 %{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},
31{".f", "@f77", 0, 0, 0},
32{".for", "@f77", 0, 0, 0},
33{".FOR", "@f77", 0, 0, 0},
6de9cd9a 34{"@f77", "%{!E:f951 %i %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
d4fa05b9 35 %{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},
This page took 0.559188 seconds and 5 git commands to generate.