projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain/gcc]: upgrade to latest linaro releases
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
61a54a3
..
c027be8
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-175,7
+175,11
@@
config INSIGHT
config USE_UCLIBC
bool
config USE_UCLIBC
bool
- default y if !TOOLCHAINOPTS
+ default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
+
+config USE_EXTERNAL_LIBC
+ bool
+ default y if EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN
source "toolchain/gcc/Config.version"
source "toolchain/gcc/Config.version"
@@
-197,5
+201,7
@@
config LIBC_VERSION
config TARGET_SUFFIX
string
config TARGET_SUFFIX
string
- default "gnueabi" if (USE_EGLIBC || USE_GLIBC)
- default "uclibcgnueabi" if USE_UCLIBC
+ default "gnueabi" if (USE_EGLIBC || USE_GLIBC) && (arm || armeb)
+ default "gnu" if (USE_EGLIBC || USE_GLIBC) && !(arm || armeb)
+ default "uclibcgnueabi" if USE_UCLIBC && (arm || armeb)
+ default "uclibc" if USE_UCLIBC && !(arm || armeb)
This page took
0.022365 seconds
and
4
git commands to generate.