diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-08 00:01:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-08 00:01:46 +0000 |
commit | 0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40 (patch) | |
tree | 149ce7a2c2a606a851c53a0803c52123bd357faa /sysdeps/x86/Makefile | |
parent | eb48db7e890b23057d8684ab85460a08ea540785 (diff) | |
download | glibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.tar.gz glibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.tar.xz glibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.zip |
Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.
Diffstat (limited to 'sysdeps/x86/Makefile')
-rw-r--r-- | sysdeps/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile index 086054ff09..3e87a77069 100644 --- a/sysdeps/x86/Makefile +++ b/sysdeps/x86/Makefile @@ -5,5 +5,5 @@ CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\ tests: $(objpfx)tst-xmmymm.out $(objpfx)tst-xmmymm.out: ../sysdeps/x86/tst-xmmymm.sh $(objpfx)ld.so @echo "Checking ld.so for SSE register use. This will take a few seconds..." - $(SHELL) $< $(objpfx) > $@ + $(SHELL) $< $(objpfx) '$(NM)' '$(OBJDUMP)' '$(READELF)' > $@ endif |