projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unconditionally enable c99 math support in uclibc - many packages need it
[openwrt.git]
/
toolchain
/
uClibc
/
config
/
arm
diff --git
a/toolchain/uClibc/config/arm
b/toolchain/uClibc/config/arm
index
53437c2
..
0cd1ae2
100644
(file)
--- a/
toolchain/uClibc/config/arm
+++ b/
toolchain/uClibc/config/arm
@@
-58,7
+58,7
@@
ARCH_USE_MMU=y
UCLIBC_HAS_FLOATS=y
UCLIBC_HAS_FPU=y
UCLIBC_HAS_SOFT_FLOAT=y
-# DO_C99_MATH is not set
+DO_C99_MATH=y
KERNEL_SOURCE="./toolchain_build_arm/linux"
KERNEL_HEADERS="./toolchain_build_arm/linux/include"
HAVE_DOT_CONFIG=y
This page took
0.02218 seconds
and
4
git commands to generate.