Searched refs:target_arch (Results 1 – 2 of 2) sorted by relevance
154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))334 target_arch = sys.argv[1] variable348 config_fp = open("config-%s" % target_arch)350 print "Unable to open config file 'config-%s'" % target_arch357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")374 """ % (target_arch)
516 target_arch = sys.argv[1] variable530 config_fp = open("config-%s" % target_arch)532 print "Unable to open config file 'config-%s'" % target_arch539 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w")540 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")557 """ % (target_arch)