@@ -243,12 +243,12 @@ endif
243
243
ifneq (,$(LIBGFORTRAN_VERSION ) )
244
244
$(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))
245
245
endif
246
- $(eval $(call symlink_system_library,CSL,libquadmath,0))
247
246
$(eval $(call symlink_system_library,CSL,libstdc++,6))
248
- # We allow libssp, libatomic and libgomp to fail as they are not available on all systems
247
+ # We allow libssp, libatomic, libgomp and libquadmath to fail as they are not available on all systems
249
248
$(eval $(call symlink_system_library,CSL,libssp,0,ALLOW_FAILURE))
250
249
$(eval $(call symlink_system_library,CSL,libatomic,1,ALLOW_FAILURE))
251
250
$(eval $(call symlink_system_library,CSL,libgomp,1,ALLOW_FAILURE))
251
+ $(eval $(call symlink_system_library,CSL,libquadmath,0,ALLOW_FAILURE))
252
252
$(eval $(call symlink_system_library,PCRE,libpcre2-8))
253
253
$(eval $(call symlink_system_library,DSFMT,libdSFMT))
254
254
$(eval $(call symlink_system_library,LIBBLASTRAMPOLINE,libblastrampoline))
0 commit comments