qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATH] configure: fix typo for armv4l CPU host
@ 2009-07-17 17:29 Laurent Desnogues
  0 siblings, 0 replies; only message in thread
From: Laurent Desnogues @ 2009-07-17 17:29 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

Hello,

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>

[-- Attachment #2: configure-typo-arm.patch --]
[-- Type: application/octet-stream, Size: 309 bytes --]

diff --git a/configure b/configure
index edabe8d..ddc1d83 100755
--- a/configure
+++ b/configure
@@ -1516,7 +1516,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
   ;;
   *)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-17 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 17:29 [Qemu-devel] [PATH] configure: fix typo for armv4l CPU host Laurent Desnogues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).