qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT a302c32] this patch fixes a typo where armv4l was


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT a302c32] this patch fixes a typo where armv4l was incorrectlyspelled arm4l,
Date: Sat, 18 Jul 2009 12:26:57 -0000

From: Laurent Desnogues <address@hidden>

preventing the correct handling of --cpu=armv4l.

Laurent

Signed-off-by: Laurent Desnogues <address@hidden>
Signed-off-by: Andrzej Zaborowski <address@hidden>

diff --git a/configure b/configure
index 4e49348..1504efb 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
   ;;
   *)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]