Run tst-ld-sse-use.sh with bash.
commitb7e02da4e9c426c61d535aa96b0cf0b296e2e25c
authorJoseph Myers <joseph@codesourcery.com>
Mon, 29 Sep 2014 23:24:37 +0000 (29 23:24 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 29 Sep 2014 23:24:37 +0000 (29 23:24 +0000)
tree15919c56ee732673ff28ddd6c4cd094ec7402780
parent62058ce612ed3459501b4c4332e268edfe977f59
Run tst-ld-sse-use.sh with bash.

tst-ld-sse-use.sh is a bash script, not a POSIX shell script, and so
needs to be run with $(BASH) not $(SHELL) to avoid errors of the form:

../sysdeps/x86/tst-ld-sse-use.sh: 41: ../sysdeps/x86/tst-ld-sse-use.sh: declare: not found

(when /bin/sh is dash).  This patch makes that change.

Tested for x86_64.

* sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
with $(BASH) not $(SHELL).
ChangeLog
sysdeps/x86/Makefile