From 8123e334e94f990fb5c0224b02b1002540a15b6d Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 20 Apr 2011 16:32:08 +0200 Subject: [PATCH] Support scratchbox, Nokia N900 and qemu arm archs Add arm, armv5tejl and armv7l to the list of supported arm architectures --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)