From 8658ceda2f4e0f56b28b21aa5fb353cdd06eba19 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Sep 2000 16:49:49 +0000 Subject: (built-program-cmd): Don't use the dynamic linker to run a binary if it is in $(tests-static). --- Makeconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index b6df6dbfa7..a2c439e5c6 100644 --- a/Makeconfig +++ b/Makeconfig @@ -495,11 +495,15 @@ sysdep-library-path = \ $(subst $(empty) ,:,$(strip $(patsubst -Wl$(comma)-rpath-link=%, %,\ $(filter -Wl$(comma)-rpath-link=%,\ $(sysdep-LDFLAGS))))) +ifeq (,$(findstring $(notdir $(built-program-file)), $(tests-static))) run-program-prefix = $(elf-objpfx)$(rtld-installed-name) \ --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) else run-program-prefix = endif +else +run-program-prefix = +endif # Never use $(run-program-prefix) for the statically-linked %-bp test programs built-program-cmd = $(patsubst %,$(run-program-prefix),\ $(filter-out %-bp,$(built-program-file))) \ -- cgit 1.4.1