aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@armelhome.rsr.lip6.fr>2011-04-20 16:32:08 +0200
committerThomas Preud'homme <robotux@armelhome.rsr.lip6.fr>2011-05-16 15:30:52 +0200
commit8123e334e94f990fb5c0224b02b1002540a15b6d (patch)
tree7385f83f47682d247c1596bb2d2b3d4a1e5c4754
parent66d992d883dd27a890ab3fc4e4de6659eaaaae1a (diff)
downloadtinycc-8123e334e94f990fb5c0224b02b1002540a15b6d.tar.gz
tinycc-8123e334e94f990fb5c0224b02b1002540a15b6d.tar.bz2
Support scratchbox, Nokia N900 and qemu arm archs
Add arm, armv5tejl and armv7l to the list of supported arm architectures
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e2d4ffe..7d2b2db 100755
--- a/configure
+++ b/configure
@@ -45,7 +45,7 @@ case "$cpu" in
x86_64)
cpu="x86-64"
;;
- armv4l|armv5tel|armv6j|armv7a)
+ arm|armv4l|armv5tel|armv5tejl|armv6j|armv7a|armv7l)
cpu="armv4l"
;;
alpha)