projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1b23f
)
this patch fixes a typo where armv4l was incorrectly spelled arm4l,
author
Laurent Desnogues
<laurent.desnogues@gmail.com>
Sat, 18 Jul 2009 12:23:39 +0000
(14:23 +0200)
committer
Andrzej Zaborowski
<balrog@zabor.org>
Sat, 18 Jul 2009 12:23:39 +0000
(14:23 +0200)
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>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
4e49348
..
1504efb
100755
(executable)
--- 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|arm
v
4l)
ARCH=arm
;;
*)