summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
index 15664884bf..7cc180a4b7 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/libhugetlbfs-elf_i386-avoid-search-host-library-path.patch
@@ -1,14 +1,16 @@
1From 889e52753d30179ba4ac940023cb4ed561436ab8 Mon Sep 17 00:00:00 2001 1From b5887693d90c430291b644c2f5713b5fdd1777ce Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com> 2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Tue, 4 Nov 2014 00:49:11 -0800 3Date: Tue, 4 Nov 2014 00:49:11 -0800
4Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for cross compilation 4Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for
5 cross compilation
5 6
6Upstream-Status: Inappropriate [cross compile specific] 7Upstream-Status: Inappropriate [cross compile specific]
7 8
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 9Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10
9--- 11---
10 ldscripts/elf_i386.xB | 1 - 12 ldscripts/elf_i386.xB | 1 -
11 ldscripts/elf_i386.xBDT | 1 - 13 ldscripts/elf_i386.xBDT | 1 -
12 2 files changed, 2 deletions(-) 14 2 files changed, 2 deletions(-)
13 15
14diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB 16diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB
@@ -35,6 +37,3 @@ index d72aebe..3bac1b1 100644
35 INPUT(-lhugetlbfs); 37 INPUT(-lhugetlbfs);
36 /* Do we need any of these for elf? 38 /* Do we need any of these for elf?
37 __DYNAMIC = 0; */ 39 __DYNAMIC = 0; */
38--
391.7.9.5
40