OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/toolchain/Config.in
@@ -224,13 +224,13 @@
 
source "toolchain/gcc/Config.in"
 
config NASM
config YASM
bool
depends on ( i386 || x86_64 )
prompt "Build nasm" if TOOLCHAINOPTS
prompt "Build yasm" if TOOLCHAINOPTS
default y
help
Enable if you want to build nasm
Enable if you want to build yasm
 
comment "C Library"
depends on TOOLCHAINOPTS
@@ -262,7 +262,6 @@
endchoice
 
source "toolchain/uClibc/Config.in"
source "toolchain/musl/Config.in"
 
comment "Debuggers"
depends on TOOLCHAINOPTS