summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 17:06:35 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 17:06:35 +0100
commit58a0daa6a5f4ef60234ad8200017d6d19be287c7 (patch)
treed4371f9a4fea62fbc69cdfa06284904b73190c67 /Makefile.help
parent0ddde69e28793e245460d6de17a4e2c922785f07 (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.help3
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'