summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2016-12-02 13:11:43 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-02 12:00:07 -0500
commit518a22471e40604a158180a0660aabeeec65e07f (patch)
treec43837418c285a4d9eed5fd1a62f23d598ffcaf3 /configure
parenta91f1023bc06091ef84dce0f1e12b72d7f3ba3ca (diff)
configure: Be more helpful when requiring options set
Be explicit about which options should be set.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 71141c2d30..d1fffbce8c 100755
--- a/configure
+++ b/configure
@@ -2896,7 +2896,7 @@ test -n "$cross_prefix" && enable cross_compile
if enabled cross_compile; then
test -n "$arch" && test -n "$target_os" ||
- die "Must specify target arch and OS when cross-compiling"
+ die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
fi
ar_default="${cross_prefix}${ar_default}"