mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 22:31:58 +00:00
Drop the patches that were either applied or fixed differenly in 2.16 Add patches to fix ppc spe patches to match eglibc 2.16 Fix CPPFLAGS to contain correct includepaths so autoconf cache is generated correctly (From OE-Core rev: 705fe4dab44e623350fc32efece87a977d53bfc4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
484 B
Diff
18 lines
484 B
Diff
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
|
|
|
|
--- libc/elf/readlib.c.orig 2011-08-12 17:05:51.864470837 +0800
|
|
+++ libc/elf/readlib.c 2011-08-12 17:06:39.346942074 +0800
|
|
@@ -52,6 +52,7 @@
|
|
#ifdef SYSDEP_KNOWN_INTERPRETER_NAMES
|
|
SYSDEP_KNOWN_INTERPRETER_NAMES
|
|
#endif
|
|
+ OECORE_KNOWN_INTERPRETER_NAMES
|
|
};
|
|
|
|
static struct known_names known_libs[] =
|