OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 222... Line 222...
222 comment "Compiler" 222 comment "Compiler"
223 depends on TOOLCHAINOPTS 223 depends on TOOLCHAINOPTS
Line 224... Line 224...
224   224  
Line 225... Line 225...
225 source "toolchain/gcc/Config.in" 225 source "toolchain/gcc/Config.in"
226   226  
227 config NASM 227 config YASM
228 bool 228 bool
229 depends on ( i386 || x86_64 ) 229 depends on ( i386 || x86_64 )
230 prompt "Build nasm" if TOOLCHAINOPTS 230 prompt "Build yasm" if TOOLCHAINOPTS
231 default y 231 default y
Line 232... Line 232...
232 help 232 help
233 Enable if you want to build nasm 233 Enable if you want to build yasm
Line 234... Line 234...
234   234  
Line 260... Line 260...
260 depends on !(arc || powerpc64) 260 depends on !(arc || powerpc64)
Line 261... Line 261...
261   261  
Line 262... Line 262...
262 endchoice 262 endchoice
263   -  
Line 264... Line 263...
264 source "toolchain/uClibc/Config.in" 263  
265 source "toolchain/musl/Config.in" 264 source "toolchain/uClibc/Config.in"
Line 266... Line 265...
266   265