projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable gnu glob in uclibc
[openwrt.git]
/
toolchain
/
uClibc
/
config
/
mips
diff --git
a/toolchain/uClibc/config/mips
b/toolchain/uClibc/config/mips
index
204d4f7
..
cf819f6
100644
(file)
--- a/
toolchain/uClibc/config/mips
+++ b/
toolchain/uClibc/config/mips
@@
-56,7
+56,7
@@
ARCH_HAS_MMU=y
ARCH_USE_MMU=y
UCLIBC_HAS_FPU=y
UCLIBC_HAS_FLOATS=y
ARCH_USE_MMU=y
UCLIBC_HAS_FPU=y
UCLIBC_HAS_FLOATS=y
-# DO_C99_MATH is not set
+DO_C99_MATH=y
KERNEL_SOURCE="./toolchain_build_mips/linux"
KERNEL_HEADERS="./toolchain_build_mips/linux/include"
HAVE_DOT_CONFIG=y
KERNEL_SOURCE="./toolchain_build_mips/linux"
KERNEL_HEADERS="./toolchain_build_mips/linux/include"
HAVE_DOT_CONFIG=y
@@
-171,7
+171,7
@@
UCLIBC_HAS_FNMATCH_OLD=y
UCLIBC_HAS_WORDEXP=y
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=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
#
# Library Installation Options
This page took
0.021716 seconds
and
4
git commands to generate.