projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities
[openwrt.git]
/
toolchain
/
uClibc
/
config
/
powerpc
diff --git
a/toolchain/uClibc/config/powerpc
b/toolchain/uClibc/config/powerpc
index
d54443a
..
2b42ecd
100644
(file)
--- a/
toolchain/uClibc/config/powerpc
+++ b/
toolchain/uClibc/config/powerpc
@@
-10,6
+10,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 is not set
# TARGET_e1 is not set
# TARGET_bfin is not set
# TARGET_cris is not set
# TARGET_e1 is not set
@@
-66,8
+67,8
@@
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
-DL_FINI_CRT_COMPAT=y
+LDSO_RUNPATH=y
+# DL_FINI_CRT_COMPAT is not set
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
This page took
0.022835 seconds
and
4
git commands to generate.