Home | History | Annotate | Download | only in site_scons

Lines Matching refs:Bit

189   if env.Bit('windows'):
194 elif env.Bit('mac'):
196 elif env.Bit('linux'):
206 if env.Bit('windows'):
207 if env.Bit('debug'):
211 elif env.Bit('mac'):
213 elif env.Bit('linux'):
249 if env.Bit('windows'):
257 if env.Bit('mac'):
331 platforms[x] for x in iter(platforms) if env.Bit(x)
334 platforms[x] for x in iter(platforms) if not env.Bit(x)
358 # Linux can build both 32 and 64 bit on 64 bit host, but 32 bit host can
359 # only build 32 bit. For 32 bit debian installer a 32 bit host is required.
360 # ChromeOS (linux) ebuild don't support 64 bit and requires 32 bit build only
363 return (env.Bit('linux') and env.Bit('platform_arch_64bit')
382 construction variables. It can build signed targets and 64bit copies
412 signed = env.Bit('windows') and GetEntry(params, 'signed')
440 if env.Bit('windows'):
476 # make a parallel 64bit version if requested
487 # link 64 bit versions of libraries
505 if signed: # Note currently incompatible with 64Bit flag