aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Desnogues <laurent.desnogues@gmail.com>2009-07-18 14:23:39 +0200
committerAndrzej Zaborowski <balrog@zabor.org>2009-07-18 14:23:39 +0200
commita302c32ded4d458fead907a98d079e8fb15f7b08 (patch)
tree4bae694b2dc9f2bc7ca217c7eb1524f79d9db9b3 /configure
parentcb4e581fae0b67fa33caa01131f929f5dd6e9ebf (diff)
this patch fixes a typo where armv4l was incorrectly spelled arm4l,
preventing the correct handling of --cpu=armv4l. Laurent Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4e4934816..1504efbaf 100755
--- a/configure
+++ b/configure
@@ -1519,7 +1519,7 @@ case "$cpu" in
i386|x86_64|alpha|cris|hppa|ia64|m68k|microbaze|mips|mips64|ppc|ppc64|s390|sparc|sparc64)
ARCH=$cpu
;;
- armv4b|arm4l)
+ armv4b|armv4l)
ARCH=arm
;;
*)