From: Darren Hart Date: Tue, 21 Jan 2014 23:43:08 +0000 (+0000) Subject: eglibc-ld.inc: Update the inc file to match the new x86 tune X-Git-Tag: rev_ivi_2015_02_04~9541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd83094a2d10ff5547096fc0e5481dedd0168ef0;p=scm%2Fbb%2Ftizen-distro.git 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. (From OE-Core rev: 0f3f8d6cad190cb8de9dba56c5933abdf4d99d07) 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 --- diff --git a/meta/recipes-core/eglibc/eglibc-ld.inc b/meta/recipes-core/eglibc/eglibc-ld.inc index b1701f00..6261ae3 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()}