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:
@@ -291,6 +291,7 @@ while [ $# -gt 0 ] ; do
|
|||||||
x86) haikuGCCMachine=i586-pc-haiku;;
|
x86) haikuGCCMachine=i586-pc-haiku;;
|
||||||
ppc) haikuGCCMachine=powerpc-apple-haiku;;
|
ppc) haikuGCCMachine=powerpc-apple-haiku;;
|
||||||
m68k) haikuGCCMachine=m68k-unknown-haiku;;
|
m68k) haikuGCCMachine=m68k-unknown-haiku;;
|
||||||
|
arm) haikuGCCMachine=arm-unknown-haiku;;
|
||||||
*) echo "Unsupported target architecture: $2"
|
*) echo "Unsupported target architecture: $2"
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user