summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-18 16:45:45 +0200
committerDiego Biurrun <diego@biurrun.de>2014-06-19 17:00:11 +0200
commit852c329a69ddfd635807f60454df07d021c64901 (patch)
treeb1bfd6cdb7e58a5c31b1cb14864a5fc7ea5aed62 /configure
parentb2290bf10b12b7772f55fcab014a47e18e9fdef2 (diff)
configure: Drop duplicate pkg-config entry from help output
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index c538632dbf..c271994f93 100755
--- a/configure
+++ b/configure
@@ -227,14 +227,13 @@ Toolchain options:
--target-path=DIR path to view of build directory on target
--target-samples=DIR path to samples directory on target
--toolchain=NAME set tool defaults according to NAME
- --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
--nm=NM use nm tool
--ar=AR use archive tool AR [$ar_default]
--as=AS use assembler AS [$as_default]
--cc=CC use C compiler CC [$cc_default]
--dep-cc=DEPCC use dependency generator DEPCC [$cc_default]
--ld=LD use linker LD
- --pkg-config=PKGCONF use pkg-config PKGCONF [$pkg_config_default]
+ --pkg-config=PKGCONFIG use pkg-config tool PKGCONFIG [$pkg_config_default]
--pkg-config-flags=FLAGS pass additional flags to pkgconf []
--host-cc=HOSTCC use host C compiler HOSTCC
--host-cflags=HCFLAGS use HCFLAGS when compiling for host