[oe-commits] Denis 'Gnutoo' Carikli : uclibc.inc : also exclude mips and mipsel from GNU hash.

git version control git at git.openembedded.org
Thu Jun 4 15:26:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9cc07e2cb17ce635989ca8e1c251322b9883fa03
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9cc07e2cb17ce635989ca8e1c251322b9883fa03

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jun  2 23:27:43 2009 +0200

uclibc.inc : also exclude mips and mipsel from GNU hash.
because mips and mipsel are incompatible with GNU hash:
see: http://www.sourceware.org/ml/binutils/2006-07/msg00341.html for more details about that incompatibility

---

 recipes/uclibc/uclibc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index f2f3e9b..a967954 100644
--- a/recipes/uclibc/uclibc.inc
+++ b/recipes/uclibc/uclibc.inc
@@ -95,7 +95,7 @@ configmangle = 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE="${KERNEL_SOURCE}",g; \
 		s,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX="/lib",; \
 		s,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y,g; \
 		${@["","s,.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=y,;"][bb.data.getVar("USE_NLS", d, 1) == "yes"]} \
-		${@["","s,.*LDSO_GNU_HASH_SUPPORT.*,# LDSO_GNU_HASH_SUPPORT is not set,;"][bb.data.getVar("TARGET_ARCH", d, 1) == "avr32"]} \
+		${@["","s,.*LDSO_GNU_HASH_SUPPORT.*,# LDSO_GNU_HASH_SUPPORT is not set,;"][bb.data.getVar("TARGET_ARCH", d, 1) in ['mips', 'mipsel', 'avr32']]} \
                '
 
 CFLAGS := "${@oe_filter_out('-I\S+', '${CFLAGS}', d)}"





More information about the Openembedded-commits mailing list