target/device: enable uclibc globbing support

Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific
uclibc configs. Fixes globbing issue reported on the uclibc list.
This commit is contained in:
Peter Korsgaard 2008-08-14 06:52:15 +00:00
parent 1907c34660
commit 0fa75a11ee
3 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ UCLIBC_HAS_FNMATCH=y
# UCLIBC_HAS_WORDEXP is not set
# UCLIBC_HAS_FTW is not set
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
UCLIBC_HAS_GNU_GLOB=y
#
# Library Installation Options

View File

@ -163,7 +163,7 @@ UCLIBC_HAS_FNMATCH_OLD=y
UCLIBC_HAS_WORDEXP=y
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
UCLIBC_HAS_GNU_GLOB=y
#
# Library Installation Options

View File

@ -164,7 +164,7 @@ UCLIBC_HAS_FNMATCH_OLD=y
UCLIBC_HAS_WORDEXP=y
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
UCLIBC_HAS_GNU_GLOB=y
#
# Library Installation Options