diff options
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.patch | 13 |
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 @@ | |||
1 | From 889e52753d30179ba4ac940023cb4ed561436ab8 Mon Sep 17 00:00:00 2001 | 1 | From b5887693d90c430291b644c2f5713b5fdd1777ce Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
3 | Date: Tue, 4 Nov 2014 00:49:11 -0800 | 3 | Date: Tue, 4 Nov 2014 00:49:11 -0800 |
4 | Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for cross compilation | 4 | Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for |
5 | cross compilation | ||
5 | 6 | ||
6 | Upstream-Status: Inappropriate [cross compile specific] | 7 | Upstream-Status: Inappropriate [cross compile specific] |
7 | 8 | ||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 9 | Signed-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 | ||
14 | diff --git a/ldscripts/elf_i386.xB b/ldscripts/elf_i386.xB | 16 | diff --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 | -- | ||
39 | 1.7.9.5 | ||
40 | |||