mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
gcc: Add 4.9 recipes
(From OE-Core rev: f051216ea373f166016b15bbd2a2a6f136430372) (From OE-Core rev: d4573cb750bfde488682244d30266dfe675bac06) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Avoid using libdir from .la which usually points to a host path
|
||||
|
||||
Upstream-Status: Inappropriate [embedded specific]
|
||||
Signed-off-by: Jonathan Liu <net147@gmail.com>
|
||||
|
||||
diff --git a/ltmain.sh b/ltmain.sh
|
||||
index a03433f..1902a90 100644
|
||||
--- a/ltmain.sh
|
||||
+++ b/ltmain.sh
|
||||
@@ -5628,6 +5628,9 @@ func_mode_link ()
|
||||
absdir="$abs_ladir"
|
||||
libdir="$abs_ladir"
|
||||
else
|
||||
+ # Instead of using libdir from .la which usually points to a host path,
|
||||
+ # use the path the .la is contained in.
|
||||
+ libdir="$abs_ladir"
|
||||
dir="$libdir"
|
||||
absdir="$libdir"
|
||||
fi
|
||||
Reference in New Issue
Block a user