Lines Matching refs:machine
335 # on the current machine it is better to not use an SDK
499 def get_platform_osx(_config_vars, osname, release, machine):
506 # machine is going to compile and link as if it were
518 # return the same machine type for the platform string.
536 machine = 'fat'
542 machine = archs[0]
544 machine = 'universal2'
546 machine = 'fat'
548 machine = 'intel'
550 machine = 'fat3'
552 machine = 'fat64'
554 machine = 'universal'
557 "Don't know machine value for archs=%r" % (archs,))
559 elif machine == 'i386':
560 # On OSX the machine type returned by uname is always the
564 machine = 'x86_64'
566 elif machine in ('PowerPC', 'Power_Macintosh'):
570 machine = 'ppc64'
572 machine = 'ppc'
574 return (osname, release, machine)