aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/gumstix-linux.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/gumstix-linux.inc')
-rw-r--r--recipes/linux/gumstix-linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/gumstix-linux.inc b/recipes/linux/gumstix-linux.inc
index e6d7bec43a..5fae245d89 100644
--- a/recipes/linux/gumstix-linux.inc
+++ b/recipes/linux/gumstix-linux.inc
@@ -15,7 +15,7 @@ do_deploy[dirs] = "${S}"
do_configure_prepend() {
echo "" > ${S}/.config
- if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibceabi" ]; 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