From: Laurent Desnogues Date: Sat, 18 Jul 2009 12:23:39 +0000 (+0200) Subject: this patch fixes a typo where armv4l was incorrectly spelled arm4l, X-Git-Tag: v0.12.0-rc0~1894 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a302c32ded4d458fead907a98d079e8fb15f7b08;p=thirdparty%2Fqemu.git 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 --- diff --git a/configure b/configure index 4e493481621..1504efbafa6 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 ;; *)