diff --git a/base/Makefile b/base/Makefile index e4b28f1380705..d92302b766988 100644 --- a/base/Makefile +++ b/base/Makefile @@ -231,6 +231,8 @@ else $(eval $(call symlink_system_library,CSL,libgcc_s,1)) endif endif +else +$(eval $(call symlink_system_library,CSL,libgcc_s,1)) endif ifneq (,$(LIBGFORTRAN_VERSION)) $(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))