buildroot: allow enabling MIPS16 user-space build
Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202
This commit is contained in:
11
Config.in
11
Config.in
@@ -681,6 +681,17 @@ menuconfig TARGET_OPTIONS
|
||||
|
||||
Most people will answer N.
|
||||
|
||||
config USE_MIPS16
|
||||
bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS
|
||||
depends on HAS_MIPS16
|
||||
help
|
||||
If your target CPU does support the MIPS16 instruction set
|
||||
and you want to use it for packages, enable this option.
|
||||
MIPS16 produces smaller binaries thus reducing pressure on
|
||||
caches and TLB.
|
||||
|
||||
Most people will answer N.
|
||||
|
||||
source "toolchain/Config.in"
|
||||
|
||||
source "target/imagebuilder/Config.in"
|
||||
|
||||
Reference in New Issue
Block a user