From 0f3f8d6cad190cb8de9dba56c5933abdf4d99d07 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 23:43:08 +0000 Subject: eglibc-ld.inc: Update the inc file to match the new x86 tune I created this after a git grep to look for files impacted by the x86 tune changes. I need a careful review here to determine if this is in fact the right thing to do. Signed-off-by: Darren Hart Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield Cc: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc-ld.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/eglibc/eglibc-ld.inc b/meta/recipes-core/eglibc/eglibc-ld.inc index b1701f008b..6261ae3419 100644 --- a/meta/recipes-core/eglibc/eglibc-ld.inc +++ b/meta/recipes-core/eglibc/eglibc-ld.inc @@ -22,11 +22,13 @@ def eglibc_dl_info(d): "powerpc-nf": ["ld.so.1", "FLAG_ELF_LIBC6"], "powerpc64": ["ld64.so.1", "FLAG_ELF_LIBC6"], "powerpc64-nf": ["ld64.so.1", "FLAG_ELF_LIBC6"], - "core2": ["ld-linux.so.2", "FLAG_ELF_LIBC6"], + "core2-32": ["ld-linux.so.2", "FLAG_ELF_LIBC6"], "core2-64": ["ld-linux-x86-64.so.2", "FLAG_ELF_LIBC6"], "x86": ["ld-linux.so.2", "FLAG_ELF_LIBC6"], "x86-64": ["ld-linux-x86-64.so.2", "FLAG_ELF_LIBC6"], "i586": ["ld-linux.so.2", "FLAG_ELF_LIBC6"], + "corei7-32": ["ld-linux.so.2", "FLAG_ELF_LIBC6"], + "corei7-64": ["ld-linux-x86-64.so.2", "FLAG_ELF_LIBC6"], } infos = {'ldconfig':set(), 'lddrewrite':set()} -- cgit 1.2.3-korg