Lines Matching refs:options
91 usage = '''%prog [compile options] <version> [SCons options]
159 set_group("ISA options")
166 set_group("Emulation options")
177 (options, args) = parser.parse_args()
179 if options.everything:
180 options.all_bin = True
181 options.prof = True
182 options.all_isa = True
184 if options.all_bin:
185 options.debug = True
186 options.opt = True
187 options.fast = True
190 if options.debug:
192 if options.opt:
194 if options.fast:
196 if options.prof:
202 if options.all_isa:
203 options.alpha = True
204 options.mips = True
205 options.sparc = True
208 if options.alpha:
210 if options.mips:
212 if options.sparc:
219 if options.syscall:
221 if options.fullsys:
228 # Convert options into SCons command line arguments
241 if options.experimental:
318 if options.no_compile or options.verbose:
322 if not options.no_compile: