projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] add kmod-hwmon-lm95241
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
61a54a3
..
7545032
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-197,5
+197,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.01968 seconds
and
4
git commands to generate.