1From 847dc52f5a50e34ee4d6e3dc2c708711747a58ca Mon Sep 17 00:00:00 2001 2From: Yulong Pei <Yulong.pei@windriver.com> 3Date: Thu, 21 Jan 2010 14:11:20 +0800 4Subject: [PATCH] force to use our own libtool 5 6Upstream-Status: Inappropriate [ OE specific ] 7 8Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> 9 10--- 11 ltmain.sh | 2 +- 12 1 file changed, 1 insertion(+), 1 deletion(-) 13 14diff --git a/ltmain.sh b/ltmain.sh 15index 147d758..a61f16b 100644 16--- a/ltmain.sh 17+++ b/ltmain.sh 18@@ -6969,7 +6969,7 @@ func_mode_link () 19 dir=$func_resolve_sysroot_result 20 # We need an absolute path. 21 case $dir in 22- [\\/]* | [A-Za-z]:[\\/]*) ;; 23+ =* | [\\/]* | [A-Za-z]:[\\/]*) ;; 24 *) 25 absdir=`cd "$dir" && pwd` 26 test -z "$absdir" && \ 27