Searched refs:ARCHLIST (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Mac/BuildScript/
H A Dbuild-installer.py146 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)
/external/python/cpython3/Mac/BuildScript/
H A Dbuild-installer.py147 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)

Completed in 68 milliseconds