summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/multilib_readlib.patch
blob: 13ffc46f91e6a14e497f7da3e904886f10998aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Upstream-Status: Inappropriate [embedded specific]

Replace the OECORE_KNOWN_INTERPRETER_NAMES with the value of 
variable EGLIBC_KNOWN_INTERPRETER_NAMES.

Lianhao Lu, 08/01/2011

Index: git/elf/readlib.c
===================================================================
--- git.orig/elf/readlib.c	2014-08-29 10:34:16.824070587 -0700
+++ git/elf/readlib.c	2014-08-29 10:34:16.816070587 -0700
@@ -51,6 +51,7 @@
 #ifdef SYSDEP_KNOWN_INTERPRETER_NAMES
   SYSDEP_KNOWN_INTERPRETER_NAMES
 #endif
+  OECORE_KNOWN_INTERPRETER_NAMES
 };
 
 static struct known_names known_libs[] =