mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-27 12:02:04 -06:00
configure: surface deprecated targets in the help output
Show the targets but keep them separate from the main list. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20201029201449.6926-1-alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
aba378dee6
commit
2deca810d8
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -1655,9 +1655,11 @@ Standard options:
|
||||||
--prefix=PREFIX install in PREFIX [$prefix]
|
--prefix=PREFIX install in PREFIX [$prefix]
|
||||||
--interp-prefix=PREFIX where to find shared libraries, etc.
|
--interp-prefix=PREFIX where to find shared libraries, etc.
|
||||||
use %M for cpu name [$interp_prefix]
|
use %M for cpu name [$interp_prefix]
|
||||||
--target-list=LIST set target list (default: build everything)
|
--target-list=LIST set target list (default: build all non-deprecated)
|
||||||
$(echo Available targets: $default_target_list | \
|
$(echo Available targets: $default_target_list | \
|
||||||
fold -s -w 53 | sed -e 's/^/ /')
|
fold -s -w 53 | sed -e 's/^/ /')
|
||||||
|
$(echo Deprecated targets: $deprecated_targets_list | \
|
||||||
|
fold -s -w 53 | sed -e 's/^/ /')
|
||||||
--target-list-exclude=LIST exclude a set of targets from the default target-list
|
--target-list-exclude=LIST exclude a set of targets from the default target-list
|
||||||
|
|
||||||
Advanced options (experts only):
|
Advanced options (experts only):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue