Searched refs:ARCHLIST (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 147 ARCHLIST = universal_opts_map[UNIVERSALARCHS] variable 348 ' -arch '.join(ARCHLIST), 360 ' -arch '.join(ARCHLIST), 648 global UNIVERSALOPTS, UNIVERSALARCHS, ARCHLIST, CC, CXX 692 ARCHLIST = universal_opts_map[UNIVERSALARCHS] 719 print(" * Universal archs: %s" % str(ARCHLIST)) 1079 buildRecipe(recipe, universal, ARCHLIST)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 146 ARCHLIST = universal_opts_map[UNIVERSALARCHS] variable 376 ' -arch '.join(ARCHLIST), 388 ' -arch '.join(ARCHLIST), 676 global UNIVERSALOPTS, UNIVERSALARCHS, ARCHLIST, CC, CXX 719 ARCHLIST = universal_opts_map[UNIVERSALARCHS] 745 print(" * Universal archs: %s" % str(ARCHLIST)) 1105 buildRecipe(recipe, universal, ARCHLIST)
|