summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-20 00:38:47 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-20 00:43:04 -0700
commit89019eab67a194843cfd2eebb82572151d7f0236 (patch)
tree1e23e71da5f2cff873ba48496ce1d46ffec1e931 /recipes
parent81a3db27c33d87401b33362c58f26ad69e2d7b4e (diff)
downloadopenembedded-89019eab67a194843cfd2eebb82572151d7f0236.tar.gz
uclibc-git: Update machine config for SH3 and SH4
* Bump the SRCREV to latest on git master Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/uclibc/uclibc-git/sh3/uClibc.machine2
-rw-r--r--recipes/uclibc/uclibc-git/sh4/uClibc.machine2
-rw-r--r--recipes/uclibc/uclibc_git.bb2
3 files changed, 5 insertions, 1 deletions
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