Home | History | Annotate | Download | only in bin

Lines Matching refs:target_arch

195         self.target_arch = None
633 def set_cross_cc(self, target_arch=None, cross_compile=None,
641 if self.target_arch:
649 # If no 'target_arch' given assume native compilation
650 if target_arch is None:
651 target_arch = utils.get_current_kernel_arch()
652 if target_arch == 'ppc64':
674 if target_arch == 'ppc64':
678 elif target_arch == 'x86_64':
682 os.environ['ARCH'] = self.target_arch = target_arch