From 91f043ae84947a8a25eb94329fcb4fd1ea3914c3 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 13 May 2019 13:54:49 -0300 Subject: [PATCH] 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 --- ChangeLog | 2 ++ config.make.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98c0a80..b400217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2019-05-14 Adhemerval Zanella + * 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. diff --git a/config.make.in b/config.make.in index f46bfc2..2fed3da 100644 --- a/config.make.in +++ b/config.make.in @@ -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@ -- 2.7.4