aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
diff options
context:
space:
mode:
authorgary.robertson@linaro.org <gary.robertson@linaro.org>2015-04-13 23:19:00 -0500
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:59 -0700
commit6d78face5638608c538748977824550e73f5d2e3 (patch)
treec32fa3a18f9ab79533ee51aa1c4f389b6f394378 /meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
parent1235f48667b4876add09f062b40891ac85c7a782 (diff)
downloadmeta-openembedded-6d78face5638608c538748977824550e73f5d2e3.tar.gz
libhugetlbfs: x86 - don't link against host libs
An earlier patch from Chunrong Guo <B40290@freescale.com> fixed the linker command scripts in ldscripts to comment out hard-coded paths for the linker search directories. This allows the command line to specifiy the proper paths without being overridden. However, the 32-bit ix86 scripts evidently were added after this earlier patch was created and were not corrected by it - so here we simply duplicate the technique in the earlier patch and extend it to correct the linker scripts for 32-bit ix86 builds. Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index f05229be56..3b8612fb70 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -22,6 +22,7 @@ SRC_URI = " \
file://0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch \
file://0001-Extend-arm32-support-to-include-BE-variants.patch \
file://0001-Makefile-Recognize-all-ix86-arches.patch \
+ file://0001-x86-avoid-host-library-search-in-cross-dev.patch \
"
S = "${WORKDIR}/git"