Home
last modified time | relevance | path

Searched refs:HOST_ARCH (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A DMakefile8 HOST_ARCH := $(firstword $(subst -, ,$(CHOST))) macro
61 ifeq ($(HOST_ARCH),$(ARCH))
75 ifeq ($(HOST_ARCH),$(ARCH))
85 ifeq ($(HOST_ARCH),$(ARCH))
95 ifeq ($(HOST_ARCH),$(ARCH))
105 ifeq ($(HOST_ARCH),$(ARCH))
116 ifeq ($(HOST_ARCH),$(ARCH))
126 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
136 ifeq ($(HOST_ARCH),$(ARCH))
147 ifeq ($(HOST_ARCH),$(ARCH))
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0001-do-not-hardcode-the-full-path-of-dpkg.patch26 - HOST_ARCH=$(/usr/bin/dpkg --print-architecture)
27 + HOST_ARCH=$(dpkg --print-architecture)
30 HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-cross-canadian-common.inc31 rust_gen_target(d, 'HOST', wd, "", "generic", d.getVar('HOST_ARCH'))
44 …targets = [d.getVar("TARGET_SYS", True), "{}-unknown-linux-gnu".format(d.getVar("HOST_ARCH", True)…
45 hosts = ["{}-unknown-linux-gnu".format(d.getVar("HOST_ARCH", True))]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgoarch.bbclass5 HOST_GOARCH = "${@go_map_arch(d.getVar('HOST_ARCH'), d)}"
6 HOST_GOARM = "${@go_map_arm(d.getVar('HOST_ARCH'), d)}"
7 HOST_GO386 = "${@go_map_386(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}"
8 HOST_GOMIPS = "${@go_map_mips(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}"
H A Dnativesdk.bbclass36 HOST_ARCH = "${SDK_ARCH}"
43 #HOST_SYS = "${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}"
H A Dcross-canadian.bbclass109 PATH:append = ":${TMPDIR}/sysroots/${HOST_ARCH}/${bindir_cross}"
110 PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-${SDKPKGSUFFIX}${HOST_VENDOR}-${HOST_OS}/"
112 HOST_ARCH = "${SDK_ARCH}"
H A Dsiteinfo.bbclass156 return siteinfo_data_for_machine(d.getVar("HOST_ARCH"), d.getVar("HOST_OS"), d)
166 d.getVar("HOST_ARCH"))
175 d.getVar("HOST_ARCH"))
H A Dmeson.bbclass87 cpu_family = '${@meson_cpu_family('HOST_ARCH', d)}'
88 cpu = '${HOST_ARCH}'
H A Dcross.bbclass12 HOST_ARCH = "${BUILD_ARCH}"
H A Dnative.bbclass27 HOST_ARCH = "${BUILD_ARCH}"
H A Dcmake.bbclass97 set( CMAKE_SYSTEM_PROCESSOR ${@map_host_arch_to_uname_arch(d.getVar('HOST_ARCH'))} )
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/makedumpfile/makedumpfile/
H A D0001-makedumpfile-replace-hardcode-CFLAGS.patch38 HOST_ARCH := $(shell uname -m)
50 ifneq ($(TARGET), $(HOST_ARCH))
51 CROSS := -U__$(HOST_ARCH)__
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cargo/
H A Dcargo-cross-canadian.inc5 HOST_SYS = "${HOST_ARCH}-unknown-linux-gnu"
35 rust_gen_target(d, 'HOST', wd, "", "generic", d.getVar('HOST_ARCH'))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch24 @@ -75,35 +75,36 @@ $(error Bad HOST_ARCH)
66 ifeq ($(HOST_ARCH), IA32)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/
H A Dwaf-samba.bbclass94 export HOST_ARCH=${HOST_ARCH}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/
H A Dconcurrencykit_git.bb25 PLAT ?= "${HOST_ARCH}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DSupport-for-cross-compilation.patch7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-m2crypto_0.38.0.bb37 SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-environment.bb13 # Need to expand here before cross-candian changes HOST_ARCH -> SDK_ARCH
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_2.14.bb50 # Also avoid issues when ${BUILD_ARCH} == ${HOST_ARCH}
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf140 HOST_ARCH = "${TARGET_ARCH}"
143 HOST_SYS = "${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}"
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dcompiler-rt-sanitizers_git.bb34 -DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=${HOST_ARCH}${HF}${HOST_VENDOR}-${HOST_OS} \
H A Dcompiler-rt_git.bb61 -DCMAKE_C_COMPILER_TARGET=${HOST_ARCH}${HF}${HOST_VENDOR}-${HOST_OS} \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb68 MONGO_ARCH ?= "${HOST_ARCH}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb58 return get_llvm_arch(bb, d, 'HOST_ARCH')

12