summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-nokia800.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-nokia800.inc')
-rw-r--r--recipes/linux/linux-nokia800.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-nokia800.inc b/recipes/linux/linux-nokia800.inc
index 0fc4740a94..0f52b7c3b3 100644
--- a/recipes/linux/linux-nokia800.inc
+++ b/recipes/linux/linux-nokia800.inc
@@ -14,7 +14,7 @@ do_configure_prepend() {
rm -f ${S}/.config || true
- 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