| /OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 8 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 D | 0001-do-not-hardcode-the-full-path-of-dpkg.patch | 26 - 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 D | rust-cross-canadian-common.inc | 31 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 D | goarch.bbclass | 5 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 D | nativesdk.bbclass | 36 HOST_ARCH = "${SDK_ARCH}" 43 #HOST_SYS = "${HOST_ARCH}${TARGET_VENDOR}-${HOST_OS}"
|
| H A D | cross-canadian.bbclass | 109 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 D | siteinfo.bbclass | 156 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 D | meson.bbclass | 87 cpu_family = '${@meson_cpu_family('HOST_ARCH', d)}' 88 cpu = '${HOST_ARCH}'
|
| H A D | cross.bbclass | 12 HOST_ARCH = "${BUILD_ARCH}"
|
| H A D | native.bbclass | 27 HOST_ARCH = "${BUILD_ARCH}"
|
| H A D | cmake.bbclass | 97 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 D | 0001-makedumpfile-replace-hardcode-CFLAGS.patch | 38 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 D | cargo-cross-canadian.inc | 5 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 D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 24 @@ -75,35 +75,36 @@ $(error Bad HOST_ARCH) 66 ifeq ($(HOST_ARCH), IA32)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/ |
| H A D | waf-samba.bbclass | 94 export HOST_ARCH=${HOST_ARCH}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/ |
| H A D | concurrencykit_git.bb | 25 PLAT ?= "${HOST_ARCH}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Support-for-cross-compilation.patch | 7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-m2crypto_0.38.0.bb | 37 SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-environment.bb | 13 # 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 D | fbida_2.14.bb | 50 # Also avoid issues when ${BUILD_ARCH} == ${HOST_ARCH}
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | bitbake.conf | 140 HOST_ARCH = "${TARGET_ARCH}" 143 HOST_SYS = "${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}"
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | compiler-rt-sanitizers_git.bb | 34 -DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=${HOST_ARCH}${HF}${HOST_VENDOR}-${HOST_OS} \
|
| H A D | compiler-rt_git.bb | 61 -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 D | mongodb_git.bb | 68 MONGO_ARCH ?= "${HOST_ARCH}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/ |
| H A D | llvm_git.bb | 58 return get_llvm_arch(bb, d, 'HOST_ARCH')
|