Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- configure | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index b439bc2..e1eeda2 100755 --- a/configure +++ b/configure @@ -538,7 +538,7 @@ for opt do ;; --cpu=*) ;; - --target-list=*) target_list="$optarg" + --enable-targets=*|--target-list=*) target_list="$optarg" ;; --enable-trace-backend=*) trace_backend="$optarg" ;; @@ -826,7 +826,6 @@ EOF echo "Standard options:" echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$prefix]" -echo " --target-list=LIST set target list [$target_list]" echo "" echo "Libraries:" echo " --with-fmod-lib path to FMOD library" @@ -835,6 +834,7 @@ echo " --with-oss-lib path to OSS library" echo "" echo "Advanced options (experts only):" echo " --source-path=PATH path of source code [$source_path]" +echo " --enable-targets=LIST choose compiled targets [$target_list]" echo " --with-sysroot=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$sysroot]" echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" @@ -940,6 +940,7 @@ echo " --block-drv-whitelist=L set block driver list for QEMU (not qemu-img)" echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" +echo " --target-list=LIST set target list [$target_list]" echo "" echo "Some influential environment variables can be passed on the command line:" echo " CC C compiler command" -- 1.7.2.3