aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/linux.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linux.m4 b/config/linux.m4
index 338f393..e117923 100644
--- a/config/linux.m4
+++ b/config/linux.m4
@@ -65,6 +65,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[
x86_64-*) LINUX_SRCARCH=x86;;
powerpc*-*) LINUX_SRCARCH=powerpc;;
s390*-*) LINUX_SRCARCH=s390;;
+ arm*-*) LINUX_SRCARCH=arm;;
*) AC_MSG_ERROR([architecture ${host} not supported]);;
esac