projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[base-files]: On shutdown disabled every mounted swap device.
[openwrt.git]
/
toolchain
/
uClibc
/
config
/
mips
diff --git
a/toolchain/uClibc/config/mips
b/toolchain/uClibc/config/mips
index
204d4f7
..
56d343d
100644
(file)
--- a/
toolchain/uClibc/config/mips
+++ b/
toolchain/uClibc/config/mips
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-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
@@
-89,12
+89,11
@@
LINUXTHREADS_OLD=y
MALLOC_STANDARD=y
MALLOC_GLIBC_COMPAT=y
UCLIBC_DYNAMIC_ATEXIT=y
MALLOC_STANDARD=y
MALLOC_GLIBC_COMPAT=y
UCLIBC_DYNAMIC_ATEXIT=y
-HAS_SHADOW=y
COMPAT_ATEXIT=y
# UCLIBC_SUSV3_LEGACY is not set
COMPAT_ATEXIT=y
# UCLIBC_SUSV3_LEGACY is not set
-# UCLIBC_SUSV3_LEGACY_MACROS is not set
-# UCLIBC_HAS_SHADOW is not set
-# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
+UCLIBC_SUSV3_LEGACY_MACROS=y
+UCLIBC_HAS_SHADOW=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
UCLIBC_HAS___PROGNAME=y
# UNIX98PTY_ONLY is not set
ASSUME_DEVPTS=y
UCLIBC_HAS___PROGNAME=y
# UNIX98PTY_ONLY is not set
ASSUME_DEVPTS=y
@@
-117,8
+116,8
@@
UCLIBC_HAS_IPV6=y
UCLIBC_HAS_RPC=y
UCLIBC_HAS_FULL_RPC=y
# UCLIBC_HAS_REENTRANT_RPC is not set
UCLIBC_HAS_RPC=y
UCLIBC_HAS_FULL_RPC=y
# UCLIBC_HAS_REENTRANT_RPC is not set
-# UCLIBC_USE_NETLINK is not set
-# UCLIBC_HAS_BSD_RES_CLOSE is not set
+UCLIBC_USE_NETLINK=y
+UCLIBC_HAS_BSD_RES_CLOSE=y
#
# String and Stdio Support
#
# String and Stdio Support
@@
-171,7
+170,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.023182 seconds
and
4
git commands to generate.