提交 170f7598 编写于 作者: L Laurent Desnogues 提交者: Aurelien Jarno

this patch fixes a typo where armv4l was incorrectly spelled arm4l,

preventing the correct handling of --cpu=armv4l.

Laurent
Signed-off-by: NLaurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: NAndrzej Zaborowski <andrew.zaborowski@intel.com>
上级 3e01c7b9
......@@ -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
;;
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册