aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-tornado-omap2_2.6.16.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-tornado-omap2_2.6.16.16.bb')
-rw-r--r--recipes/linux/linux-tornado-omap2_2.6.16.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-tornado-omap2_2.6.16.16.bb b/recipes/linux/linux-tornado-omap2_2.6.16.16.bb
index a9ebee14cd..9c6e133c28 100644
--- a/recipes/linux/linux-tornado-omap2_2.6.16.16.bb
+++ b/recipes/linux/linux-tornado-omap2_2.6.16.16.bb
@@ -24,7 +24,7 @@ do_configure() {
fi
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
+ if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibceabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
else