Signed-off-by: Juan Quintela <quint...@redhat.com> --- configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure index 1e6088c..c9061e1 100755 --- a/configure +++ b/configure @@ -715,6 +715,7 @@ echo " Available cards: $audio_possible_cards" echo " --block-drv-whitelist=L set block driver whitelist" echo " (affects only QEMU, not qemu-img)" echo " --cc=CC use C compiler CC [$cc]" +echo " --cpu=CPU use CPU for configuration" echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" echo " --extra-cflags=CFLAGS append extra C compiler flags QEMU_CFLAGS" echo " --extra-ldflags=LDFLAGS append extra linker flags LDFLAGS" @@ -728,6 +729,7 @@ echo " --oss-lib=PATH path to OSS library" echo " --set-uname-release=R Return R for uname -r in usermode emulation" echo " --source-path=PATH path of source code [$source_path]" echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9" +echo " --with-pkgversion=PKG Use PKG string as packageversion" echo " --static enable static build [$static]" echo " --disable-gprof disable gprof profiling" echo " --enable-gprof enable gprof profiling" -- 1.6.6