]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix elf/tst-ldconfig-X for cross testing.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 3 Jan 2017 15:11:17 +0000 (15:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 3 Jan 2017 15:11:17 +0000 (15:11 +0000)
commitd4d629e6187e33050902824a94498b6096eacac9
treef224baee2d7c9e8f1ab99d7d2553e50005f1e4b3
parent26e21ad35db514c646e1491a414d45a47cb4a733
Fix elf/tst-ldconfig-X for cross testing.

elf/Makefile passes arguments to tst-ldconfig-X.sh that are different
from what it expects, so resulting in the test failing in cross
testing.  This patch corrects the arguments passed (the script itself
has correct logic for cross testing, it's just the Makefile that's
wrong).

Tested for powerpc (cross testing) and for x86_64 (native testing).

* elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
passed to tst-ldconfig-X.sh.
ChangeLog
elf/Makefile