projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
swap logic on squashfs version selection
[openwrt.git]
/
toolchain
/
Config.in
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index
84b50bb
..
aaf4f47
100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-86,6
+86,15
@@
menuconfig TOOLCHAINOPTS
bool "Toolchain Options" if DEVEL
depends NEED_TOOLCHAIN
bool "Toolchain Options" if DEVEL
depends NEED_TOOLCHAIN
+config EABI_SUPPORT
+ bool
+ depends arm||armeb
+ prompt "Enable EABI support" if TOOLCHAINOPTS
+ default n if TARGET_gemini
+ default y
+ help
+ Enable ARM EABI support
+
menuconfig EXTRA_TARGET_ARCH
bool
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
menuconfig EXTRA_TARGET_ARCH
bool
prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
This page took
0.02541 seconds
and
4
git commands to generate.