From: Khem Raj Date: Thu, 20 May 2010 07:38:47 +0000 (-0700) Subject: uclibc-git: Update machine config for SH3 and SH4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89019eab67a194843cfd2eebb82572151d7f0236;p=openembedded.git uclibc-git: Update machine config for SH3 and SH4 * Bump the SRCREV to latest on git master Signed-off-by: Khem Raj --- diff --git a/recipes/uclibc/uclibc-git/sh3/uClibc.machine b/recipes/uclibc/uclibc-git/sh3/uClibc.machine index 320fcd5f04..84e948c048 100644 --- a/recipes/uclibc/uclibc-git/sh3/uClibc.machine +++ b/recipes/uclibc/uclibc-git/sh3/uClibc.machine @@ -36,6 +36,8 @@ CONFIG_SH3=y # CONFIG_SH4 is not set ARCH_LITTLE_ENDIAN=y # ARCH_BIG_ENDIAN is not set +ARCH_WANTS_LITTLE_ENDIAN=y +# ARCH_WANTS_BIG_ENDIAN is not set # ARCH_HAS_NO_MMU is not set ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y diff --git a/recipes/uclibc/uclibc-git/sh4/uClibc.machine b/recipes/uclibc/uclibc-git/sh4/uClibc.machine index d7c5bee37c..65f1c4c3c1 100644 --- a/recipes/uclibc/uclibc-git/sh4/uClibc.machine +++ b/recipes/uclibc/uclibc-git/sh4/uClibc.machine @@ -36,6 +36,8 @@ FORCE_OPTIONS_FOR_ARCH=y CONFIG_SH4=y ARCH_LITTLE_ENDIAN=y # ARCH_BIG_ENDIAN is not set +ARCH_WANTS_LITTLE_ENDIAN=y +# ARCH_WANTS_BIG_ENDIAN is not set # ARCH_HAS_NO_MMU is not set ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 7fb7949eb5..489afd0006 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.31" -SRCREV="7350a372e22e5813f1417e388e8651b05174a664" +SRCREV="e029f5e73de2c195d0a87e5816f28fb09594e80f" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take