projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
926c8df
)
toolchain: fix default toolchain selection for mips64 added in r47355
author
Felix Fietkau
<
[email protected]
>
Fri, 29 Jan 2016 23:19:19 +0000
(23:19 +0000)
committer
Felix Fietkau
<
[email protected]
>
Fri, 29 Jan 2016 23:19:19 +0000
(23:19 +0000)
Signed-off-by: Felix Fietkau <
[email protected]
>
SVN-Revision: 48554
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 1eb99e362a046f2832322a5c39acb85859db2e14..d1de8f37be2643405829a4bf7e4288f4321c7944 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-257,10
+257,11
@@
config INSIGHT
Enable if you want to build insight-gdb.
config USE_GLIBC
+ default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el)
bool
config USE_UCLIBC
- default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc
|| mips64 || mips64el
)
+ default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
bool
config USE_MUSL