summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-palm-omap1_2.6.22-omap1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-palm-omap1_2.6.22-omap1.bb')
-rw-r--r--recipes/linux/linux-palm-omap1_2.6.22-omap1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-palm-omap1_2.6.22-omap1.bb b/recipes/linux/linux-palm-omap1_2.6.22-omap1.bb
index 786e4901c3..16fe38bf5c 100644
--- a/recipes/linux/linux-palm-omap1_2.6.22-omap1.bb
+++ b/recipes/linux/linux-palm-omap1_2.6.22-omap1.bb
@@ -25,7 +25,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