Skip to content

Commit 13414b8

Browse files
authored
[Fortran/gfortran] Enable gfortran build in LoongArch. (#181)
1 parent af2e6dc commit 13414b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fortran/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_subdirectory(SNAP)
1313
# test suite. These have not been widely tested, so they are only enabled for
1414
# certain combinations of platforms and architectures.
1515
if (NOT WIN32 AND NOT APPLE)
16-
if (ARCH MATCHES "x86" OR ARCH MATCHES "AArch64")
16+
if (ARCH MATCHES "x86" OR ARCH MATCHES "AArch64" OR ARCH MATCHES "LoongArch")
1717
add_subdirectory(gfortran)
1818
endif()
1919
endif()

0 commit comments

Comments
 (0)