configure: add --target-list-exclude
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Mar 2019 11:59:12 +0000 (11:59 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Mar 2019 10:34:38 +0000 (10:34 +0000)
commit447e133f7a4d56e18967fb3c79b2ca2056ea6a78
tree0afa1431613e1d4d453a775216f3366c01726957
parentd97a39d903fe33c45be83ac6943a2f82a3649a11
configure: add --target-list-exclude

This is an inverse selection which excludes a selected set of targets
from the default target list. It will mostly be useful for CI
configurations but it might be useful for some users as well.

You cannot specify --target-list and --target-list-exclude at the same
time.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
configure