From 170f7598d467e95ae41880bdde2d676757180094 Mon Sep 17 00:00:00 2001 From: Laurent Desnogues Date: Sat, 18 Jul 2009 14:23:39 +0200 Subject: [PATCH] this patch fixes a typo where armv4l was incorrectly spelled arm4l, preventing the correct handling of --cpu=armv4l. Laurent Signed-off-by: Laurent Desnogues Signed-off-by: Andrzej Zaborowski --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cac4198453e..d58d19b9173 100755 --- a/configure +++ b/configure @@ -1499,7 +1499,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 ;; *) -- 2.39.5