diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 23:39:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 23:39:26 +0000 |
commit | f5f2622ce373f80ebb71c74022a1b4bc535de230 (patch) | |
tree | 1e68be821c18ae0273c925c18dfa9fadbfe49134 /openwrt/toolchain/uClibc/files/config.mipsel | |
parent | 7230c2355231b42f0ce7fba1689dfef6a223a98a (diff) | |
download | mtk-20170518-f5f2622ce373f80ebb71c74022a1b4bc535de230.zip mtk-20170518-f5f2622ce373f80ebb71c74022a1b4bc535de230.tar.gz mtk-20170518-f5f2622ce373f80ebb71c74022a1b4bc535de230.tar.bz2 |
make uclibc a bit smaller
SVN-Revision: 2219
Diffstat (limited to 'openwrt/toolchain/uClibc/files/config.mipsel')
-rw-r--r-- | openwrt/toolchain/uClibc/files/config.mipsel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/files/config.mipsel b/openwrt/toolchain/uClibc/files/config.mipsel index 8c94447..0c756b5 100644 --- a/openwrt/toolchain/uClibc/files/config.mipsel +++ b/openwrt/toolchain/uClibc/files/config.mipsel @@ -42,7 +42,7 @@ ARCH_LITTLE_ENDIAN=y ARCH_HAS_MMU=y UCLIBC_HAS_FLOATS=y HAS_FPU=y -DO_C99_MATH=y +# DO_C99_MATH is not set KERNEL_SOURCE="./toolchain_build_mipsel/linux" C_SYMBOL_PREFIX="" HAVE_DOT_CONFIG=y |