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