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
This commit is contained in:
Michael Lotz 2009-02-06 23:09:47 +00:00
parent 7999bc8711
commit 4a9f6b4a06

1
configure vendored
View File

@ -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