summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée2020-10-29 21:14:49 +0100
committerThomas Huth2020-11-10 08:51:30 +0100
commit2deca810d8c2b8d0c56782ef8d9f4bfbfcacd261 (patch)
tree9214d033cc6eef784100b313f4f82e1397666985 /configure
parentfuzz: Make fork_fuzz.ld compatible with LLVM's LLD (diff)
downloadqemu-2deca810d8c2b8d0c56782ef8d9f4bfbfcacd261.tar.gz
qemu-2deca810d8c2b8d0c56782ef8d9f4bfbfcacd261.tar.xz
qemu-2deca810d8c2b8d0c56782ef8d9f4bfbfcacd261.zip
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 805f779150..4cef321d9d 100755
--- a/configure
+++ b/configure
@@ -1655,9 +1655,11 @@ Standard options:
--prefix=PREFIX install in PREFIX [$prefix]
--interp-prefix=PREFIX where to find shared libraries, etc.
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 | \
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
Advanced options (experts only):