[git commit nptl] add MULTILIB_DIR: Path component for libdirs

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Apr 2 16:01:41 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=4be3ace8d6e3b6f80786567ac5099133ec2d2c26
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

forgot to checkin this file

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Rules.mak |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index bb19c7e..90d645e 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -97,8 +97,9 @@ TARGET_SUBARCH:=$(call qstrip,$(shell grep -s '^TARGET_SUBARCH' $(top_builddir)/
 TARGET_SUBARCH:=$(call qstrip,$(TARGET_SUBARCH))
 RUNTIME_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(RUNTIME_PREFIX)))))
 DEVEL_PREFIX:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(DEVEL_PREFIX)))))
+MULTILIB_DIR:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(MULTILIB_DIR)))))
 KERNEL_HEADERS:=$(strip $(subst //,/, $(subst ,/, $(call qstrip,$(KERNEL_HEADERS)))))
-export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS
+export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR
 
 
 # Now config hard core
-- 
1.6.3.3



More information about the uClibc-cvs mailing list