diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-11 15:21:18 +0000 |
commit | 4ac9d24605dc1192de5022c163dac329ce08f112 (patch) | |
tree | ce1a3bcd462d720c1b3dab393442a5107f1d14e4 /config.usage | |
parent | dd82bf6e1a9b027cb9baed8bcc337cb767d10808 (diff) | |
download | slibtool-4ac9d24605dc1192de5022c163dac329ce08f112.tar.bz2 slibtool-4ac9d24605dc1192de5022c163dac329ce08f112.tar.xz |
build system: configure, ccenv: added --pkgconf[if] support and integration.
Diffstat (limited to 'config.usage')
-rw-r--r-- | config.usage | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.usage b/config.usage index 98c36a6..33d1e58 100644 --- a/config.usage +++ b/config.usage @@ -75,6 +75,9 @@ supported switches: --shell --debug + --pkgconf + --pkgconfig + --strict --ccstrict --ldstrict @@ -142,6 +145,9 @@ supported variables: CROSS_COMPILE SHELL + PKGCONF + PKGCONFIG + CFLAGS CFLAGS_DEBUG CFLAGS_COMMON @@ -180,6 +186,9 @@ supported variables: NATIVE_CFLAGS NATIVE_LDFLAGS + NATIVE_PKGCONF + NATIVE_PKGCONFIG + NATIVE_OS NATIVE_OS_BITS NATIVE_OS_UNDERSCORE |