mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
elf: Do not run DSO sorting if tunables is not enabled
Since the argorithm selection requires tunables. Checked on x86_64-linux-gnu with --enable-tunables=no.
This commit is contained in:
parent
09f214528c
commit
d3bf2f5927
@ -498,8 +498,10 @@ include $(objpfx)$(1).generated-makefile
|
||||
endef
|
||||
|
||||
# Generate from each testcase description file
|
||||
ifeq (yes,$(have-tunables))
|
||||
$(eval $(call include_dsosort_tests,dso-sort-tests-1.def))
|
||||
$(eval $(call include_dsosort_tests,dso-sort-tests-2.def))
|
||||
endif
|
||||
|
||||
check-abi: $(objpfx)check-abi-ld.out
|
||||
tests-special += $(objpfx)check-abi-ld.out
|
||||
|
Loading…
Reference in New Issue
Block a user