diff --git a/m4/configure.basics b/m4/configure.basics index e7033e3516..b31d99a5cf 100644 --- a/m4/configure.basics +++ b/m4/configure.basics @@ -29,6 +29,12 @@ case $target in tr_FREEBSD="yes" ;; + armv7l-*-linux-gnueabihf) + tr_ARM="yes" + CFLAGS="$CFLAGS -marm" + CPPFLAGS="$CPPFLAGS -marm" + ;; + armv6l-*-linux-gnueabihf) tr_ARM="yes" ;;