diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-11 09:37:50 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-11 09:37:50 +0530 |
commit | 01dc6df938832fe923ac394812553c0fc8a0f113 (patch) | |
tree | c7c90a08af5aa4330f18c3b2356fc5acf0aafbd0 /ChangeLog | |
parent | 8da491f585f6112630688d0632407f5460136ffe (diff) | |
download | glibc-01dc6df938832fe923ac394812553c0fc8a0f113.tar glibc-01dc6df938832fe923ac394812553c0fc8a0f113.tar.gz glibc-01dc6df938832fe923ac394812553c0fc8a0f113.tar.bz2 glibc-01dc6df938832fe923ac394812553c0fc8a0f113.zip |
Don't use run-via-rtld-prefix for anything other than tests
run-via-rtld-prefix checks whether the program to be run is a static
test and skips if it is. This is fine, except that it assumes that
the program to be run is the second $^, which is true only for tests.
This change creates an rtld-prefix, which is simply the dynamic linker
prefix with the necessary arguments and uses that in the non-test
targets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com> + * Makeconfig (rtld-prefix): Define built linker prefix. + * Rules (run-bench): Use it. + * math/Makefile (run-regen-ulps): Likewise. + * Rules (bench): Remove eval. 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com> |