summaryrefslogtreecommitdiffstats
path: root/rules/gflags.in
diff options
context:
space:
mode:
authorGuillaume GOURAT <guillaume.gourat@nexvision.fr>2014-07-21 11:52:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-09-01 12:31:38 +0200
commitfd470e2f25937e57e6ac5c88ef311a72b96e891d (patch)
tree40e2dfe034748df263b27951b67d199b1e7510c0 /rules/gflags.in
parentad0be78eee00a29c63b98c369346c93ad54bb34f (diff)
downloadptxdist-fd470e2f25937e57e6ac5c88ef311a72b96e891d.tar.gz
ptxdist-fd470e2f25937e57e6ac5c88ef311a72b96e891d.tar.xz
gflags: add new package
Signed-off-by: Guillaume GOURAT <guillaume.gourat@nexvision.fr> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gflags.in')
-rwxr-xr-xrules/gflags.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/gflags.in b/rules/gflags.in
new file mode 100755
index 000000000..fc6c199e5
--- /dev/null
+++ b/rules/gflags.in
@@ -0,0 +1,16 @@
+## SECTION=system_libraries
+
+config GFLAGS
+ tristate
+ prompt "gflags"
+ select LIBC_M
+ select LIBC_PTHREAD
+ select GCCLIBS_GCC_S
+ select GCCLIBS_CXX
+ help
+ The gflags library implements commandline flags processing. As such it's
+ a replacement for getopt(). It has increased flexibility, including
+ built-in support for C++ types like string, and the ability to define
+ flags in the source file in which they're used.
+
+ See https://code.google.com/p/gflags/ for info about it.