From 4a9f6b4a063b352d9605d74213b293154689da77 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 6 Feb 2009 23:09:47 +0000 Subject: [PATCH] Add support for the arm target as well. Not that we'd support it in any way yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29142 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 1 + 1 file changed, 1 insertion(+) 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