diff options
Diffstat (limited to 'recipes/linux/gumstix-linux.inc')
-rw-r--r-- | recipes/linux/gumstix-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/gumstix-linux.inc b/recipes/linux/gumstix-linux.inc index 50111cb545..030abf2c88 100644 --- a/recipes/linux/gumstix-linux.inc +++ b/recipes/linux/gumstix-linux.inc @@ -17,7 +17,7 @@ do_deploy[dirs] = "${S}" do_configure_prepend() { echo "" > ${S}/.config - 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 |