Skip to content

Commit d959df2

Browse files
committed
Adjust to LLVM 21 update: flang-new -> flang, gone is libFortranRuntime.
1 parent 10359f5 commit d959df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_config/Linux.llvm.default/build_rules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
############################################################
77
# Default compiler setting.
88
#
9-
ESMF_F90DEFAULT = flang-new
9+
ESMF_F90DEFAULT = flang
1010
ESMF_CXXDEFAULT = clang++
1111
ESMF_CDEFAULT = clang
1212
ESMF_CPPDEFAULT = clang -E -P -x c
@@ -239,7 +239,7 @@ ESMF_F90LINKLIBS += -lrt -lstdc++ -ldl
239239
############################################################
240240
# Link against libesmf.a using the C++ linker front-end
241241
#
242-
ESMF_CXXLINKLIBS += -lrt -lFortranRuntime -lFortranDecimal -lstdc++ -lm -ldl
242+
ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lstdc++ -lm -ldl
243243

244244
############################################################
245245
# Linker option that ensures that the specified libraries are

0 commit comments

Comments
 (0)