projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] disable queue of all interfaces when tx ring is full
[openwrt.git]
/
toolchain
/
uClibc
/
config
/
cris
diff --git
a/toolchain/uClibc/config/cris
b/toolchain/uClibc/config/cris
index
32e2610
..
389ba8a
100644
(file)
--- a/
toolchain/uClibc/config/cris
+++ b/
toolchain/uClibc/config/cris
@@
-3,6
+3,7
@@
#
# TARGET_alpha is not set
# TARGET_arm is not set
#
# TARGET_alpha is not set
# TARGET_arm is not set
+# TARGET_avr32 is not set
# TARGET_bfin is not set
TARGET_cris=y
# TARGET_e1 is not set
# TARGET_bfin is not set
TARGET_cris=y
# TARGET_e1 is not set
@@
-36,7
+37,7
@@
ARCH_HAS_MMU=y
UCLIBC_HAS_FLOATS=y
# HAS_FPU is not set
UCLIBC_HAS_SOFT_FLOAT=y
UCLIBC_HAS_FLOATS=y
# HAS_FPU is not set
UCLIBC_HAS_SOFT_FLOAT=y
-# DO_C99_MATH is not set
+DO_C99_MATH=y
KERNEL_SOURCE="/raid/trunk/toolchain_build_cris/linux"
C_SYMBOL_PREFIX=""
HAVE_DOT_CONFIG=y
KERNEL_SOURCE="/raid/trunk/toolchain_build_cris/linux"
C_SYMBOL_PREFIX=""
HAVE_DOT_CONFIG=y
@@
-55,7
+56,7
@@
LDSO_LDD_SUPPORT=y
LDSO_CACHE_SUPPORT=y
# LDSO_PRELOAD_FILE_SUPPORT is not set
LDSO_BASE_FILENAME="ld.so"
LDSO_CACHE_SUPPORT=y
# LDSO_PRELOAD_FILE_SUPPORT is not set
LDSO_BASE_FILENAME="ld.so"
-# LDSO_RUNPATH is not set
+LDSO_RUNPATH=y
# DL_FINI_CRT_COMPAT is not set
# UCLIBC_CTOR_DTOR is not set
# HAS_NO_THREADS is not set
# DL_FINI_CRT_COMPAT is not set
# UCLIBC_CTOR_DTOR is not set
# HAS_NO_THREADS is not set
This page took
0.026535 seconds
and
4
git commands to generate.