Searched refs:ARCHLIST (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 145 ARCHLIST = universal_opts_map[UNIVERSALARCHS] variable 347 ' -arch '.join(ARCHLIST), 358 ' -arch '.join(ARCHLIST), 624 global UNIVERSALOPTS, UNIVERSALARCHS, ARCHLIST, CC, CXX 668 ARCHLIST = universal_opts_map[UNIVERSALARCHS] 693 print(" * Universal archs: %s" % str(ARCHLIST)) 1045 buildRecipe(recipe, universal, ARCHLIST)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 140 ARCHLIST = universal_opts_map[UNIVERSALARCHS] variable 343 ' -arch '.join(ARCHLIST), 354 ' -arch '.join(ARCHLIST), 621 global UNIVERSALOPTS, UNIVERSALARCHS, ARCHLIST, CC, CXX 665 ARCHLIST = universal_opts_map[UNIVERSALARCHS] 690 print(" * Universal archs: %s" % str(ARCHLIST)) 1053 buildRecipe(recipe, universal, ARCHLIST)
|