mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 09:54:16 +08:00
(default_compilers): Extra Fortran extensions.
From-SVN: r12513
This commit is contained in:
parent
24dcc9c5c1
commit
c26383a78b
@ -564,7 +564,8 @@ static struct compiler default_compilers[] =
|
||||
linking is not done". */
|
||||
{".cc", "#C++"}, {".cxx", "#C++"}, {".cpp", "#C++"}, {".c++", "#C++"},
|
||||
{".C", "#C++"}, {".ads", "#Ada"}, {".adb", "#Ada"}, {".ada", "#Ada"},
|
||||
{".f", "#Fortran"},
|
||||
{".f", "#Fortran"}, {".for", "#Fortran"}, {".F", "#Fortran"},
|
||||
{".fpp", "#Fortran"},
|
||||
/* Next come the entries for C. */
|
||||
{".c", "@c"},
|
||||
{"@c",
|
||||
|
Loading…
Reference in New Issue
Block a user