diff --git a/configure b/configure index 9c4794e408..d873ee911f 100755 --- a/configure +++ b/configure @@ -291,6 +291,7 @@ while [ $# -gt 0 ] ; do x86) haikuGCCMachine=i586-pc-haiku;; ppc) haikuGCCMachine=powerpc-apple-haiku;; m68k) haikuGCCMachine=m68k-unknown-haiku;; + arm) haikuGCCMachine=arm-unknown-haiku;; *) echo "Unsupported target architecture: $2" exit 1;; esac