qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] configure: Show --cpu option on the help list


From: 陳韋任
Subject: [Qemu-trivial] [PATCH] configure: Show --cpu option on the help list
Date: Sat, 5 Nov 2011 03:33:31 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

  Although there is a "--cpu" option, it doesn't show up on the --help
list. Add "--cpu=CPU" option and its default value on the help list.

Signed-off-by: chenwj <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 9e5da44..aa44f09 100755
--- a/configure
+++ b/configure
@@ -1036,6 +1036,7 @@ echo "  --fmod-lib               path to FMOD library"
 echo "  --fmod-inc               path to FMOD includes"
 echo "  --oss-lib                path to OSS library"
 echo "  --enable-uname-release=R Return R for uname -r in usermode emulation"
+echo "  --cpu=CPU                Build qemu for CPU [$cpu]"
 echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, 
v8plus, v8plusa, v9"
 echo "  --disable-uuid           disable uuid support"
 echo "  --enable-uuid            enable uuid support"
-- 
1.7.3.5



reply via email to

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