File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1556,9 +1556,11 @@ endif
15561556LIBGCC_BUILD_DEPLIB := $(call dep_lib_path , $(build_libdir ), $(build_shlibdir )/$(LIBGCC_NAME ))
15571557LIBGCC_INSTALL_DEPLIB := $(call dep_lib_path , $(libdir ), $(private_shlibdir )/$(LIBGCC_NAME ))
15581558
1559- # USE_SYSTEM_LIBM causes it to get symlinked into build_private_shlibdir
1559+ # USE_SYSTEM_LIBM and USE_SYSTEM_OPENLIBM causes it to get symlinked into build_private_shlibdir
15601560ifeq ($(USE_SYSTEM_LIBM ), 1 )
15611561LIBM_BUILD_DEPLIB := $(call dep_lib_path , $(build_libdir ), $(build_private_shlibdir )/$(LIBMNAME ). $(SHLIB_EXT ))
1562+ else ifeq ($(USE_SYSTEM_OPENLIBM ), 1 )
1563+ LIBM_BUILD_DEPLIB := $(call dep_lib_path , $(build_libdir ), $(build_private_shlibdir )/$(LIBMNAME ). $(SHLIB_EXT ))
15621564else
15631565LIBM_BUILD_DEPLIB := $(call dep_lib_path , $(build_libdir ), $(build_shlibdir )/$(LIBMNAME ). $(SHLIB_EXT ))
15641566endif
You can’t perform that action at this time.
0 commit comments