diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch index 1ab461c492..676fa8a7af 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch +++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/fix-lib64-can-not-be-shiped-in-64bit-target.patch | |||
@@ -34,7 +34,7 @@ Signed-off-by: Guo Chunrong <B40290@freescale.com> | |||
34 | ifeq ($(ARCH),aarch64) | 34 | ifeq ($(ARCH),aarch64) |
35 | -CC64 = gcc | 35 | -CC64 = gcc |
36 | +CC64 = $(CC) | 36 | +CC64 = $(CC) |
37 | ELF64 = aarch64elf_linux | 37 | ELF64 = aarch64elf |
38 | -TMPLIB64 = lib64 | 38 | -TMPLIB64 = lib64 |
39 | +TMPLIB64 = lib | 39 | +TMPLIB64 = lib |
40 | CUSTOM_LDSCRIPTS = no | 40 | CUSTOM_LDSCRIPTS = no |