mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Use fortran instead of f95.
This commit is contained in:
@@ -90,7 +90,7 @@ my @npatterns = (
|
||||
"(%build_objc)",
|
||||
"(%build_gcj)",
|
||||
"(%build_libgcj)",
|
||||
"(%build_f95)",
|
||||
"(%build_fortran)",
|
||||
"(%build_newlib)",
|
||||
"(%build_infos)"
|
||||
);
|
||||
@@ -105,7 +105,7 @@ push @ppatterns, "(%build_cxx " . ( ($langs{cxx}) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_objc " . ( ($langs{objc}) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_gcj " . ( ($langs{gcj}) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_libgcj " . ( ($langs{libgcj}) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_f95 " . ( ($langs{f95}) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_fortran " . ( ($langs{fortran}) ? "==" : "!=" ) . " 0)";
|
||||
|
||||
push @ppatterns, "(%build_newlib " . ( ($newlib) ? "==" : "!=" ) . " 0)";
|
||||
push @ppatterns, "(%build_infos " . ( ($infos) ? "==" : "!=" ) . " 0)";
|
||||
|
||||
Reference in New Issue
Block a user