mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
support: Add support_install_rootsbindir
Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
committed by
Alexandra Hajkova
parent
7ac6fad987
commit
d50f09181e
@ -64,3 +64,10 @@ const char support_bindir_prefix[] = BINDIR_PATH;
|
||||
#else
|
||||
# error please -DBINDIR_PATH=something in the Makefile
|
||||
#endif
|
||||
|
||||
#ifdef ROOTSBINDIR_PATH
|
||||
/* Corresponds to the install's sbin/ directory. */
|
||||
const char support_install_rootsbindir[] = ROOTSBINDIR_PATH;
|
||||
#else
|
||||
# error please -DROOTSBINDIR_PATH=something in the Makefile
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user