diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-12 17:06:35 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-12 17:06:35 +0100 |
commit | 58a0daa6a5f4ef60234ad8200017d6d19be287c7 (patch) | |
tree | d4371f9a4fea62fbc69cdfa06284904b73190c67 /Makefile.help | |
parent | 0ddde69e28793e245460d6de17a4e2c922785f07 (diff) |
add MULTILIB_DIR: Path component for libdirs
defaults to "lib". Other prominent values include "lib32" or "lib64"
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.help b/Makefile.help index 5c14dffb1..8c7ce416a 100644 --- a/Makefile.help +++ b/Makefile.help @@ -56,7 +56,6 @@ help: @echo ' (usually "/")' @echo ' DEVEL_PREFIX= - Prefix for the libdir containing static objects' @echo ' and the include dir (usually "/usr")' - @echo ' SHARED_LIB_LOADER_PREFIX= - Directory where the shared loader resides.' - @echo ' (usually "/lib")' + @echo ' MULTILIB_DIR= - Directory component for libraries (default "lib").' @echo ' UCLIBC_EXTRA_CFLAGS - extra CFLAGS for compiling uClibc' |