diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 01:11:03 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 01:11:19 -0600 |
commit | e3657c1423c91e3d8b230b836cd0312be9deb8ad (patch) | |
tree | 8389aff29d14ee05062d6dc373fbd3816ff868cb /target/mips/uclibc.config | |
parent | d18bf49e2a7d39e4ae340787ccdd2246550956d2 (diff) |
enable getopt long
Diffstat (limited to 'target/mips/uclibc.config')
-rw-r--r-- | target/mips/uclibc.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/uclibc.config b/target/mips/uclibc.config index 0159d79e7..c07ea37be 100644 --- a/target/mips/uclibc.config +++ b/target/mips/uclibc.config @@ -205,6 +205,7 @@ UCLIBC_HAS_ERRNO_MESSAGES=y UCLIBC_HAS_SIGNUM_MESSAGES=y # UCLIBC_HAS_SYS_SIGLIST is not set UCLIBC_HAS_GNU_GETOPT=y +UCLIBC_HAS_GETOPT_LONG=y UCLIBC_HAS_STDIO_FUTEXES=y UCLIBC_HAS_GNU_GETSUBOPT=y |