Make --bindir effective

This allows sets a path using --bindir.  Checked on x86_64-linux-gnu
with a non-default --bindir and checked resulting installed binaries
(pldd for instance).

	* config.make.in (bindir): New variable.

Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
Adhemerval Zanella 2019-05-13 13:54:49 -03:00
parent c50e1c263e
commit 91f043ae84
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2019-05-14 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* config.make.in (bindir): New variable.
* sysdeps/nptl/lowlevellock.h (__lll_trylock): New macro.
(lll_trylock): Call __lll_trylock.
* sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Remove file.

View File

@ -10,6 +10,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
libdir = @libdir@
bindir = @bindir@
slibdir = @libc_cv_slibdir@
rtlddir = @libc_cv_rtlddir@
complocaledir = @libc_cv_complocaledir@