/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
H A D | nss_3.107.bb | 105 if [ "${TARGET_ARCH}" = "powerpc" ]; then 107 elif [ "${TARGET_ARCH}" = "powerpc64" -o "${TARGET_ARCH}" = "powerpc64le" ]; then 109 …elif [ "${TARGET_ARCH}" = "mips" -o "${TARGET_ARCH}" = "mipsel" -o "${TARGET_ARCH}" = "mips64" -o … 111 elif [ "${TARGET_ARCH}" = "aarch64_be" ]; then 114 OS_TEST="${TARGET_ARCH}" 119 elif [ "${TARGET_ARCH}" = "x86_64" -a "${SITEINFO_BITS}" = "32" ]; then 162 if [ "${TARGET_ARCH}" = "powerpc" ]; then 164 elif [ "${TARGET_ARCH}" = "powerpc64" -o "${TARGET_ARCH}" = "powerpc64le" ]; then 166 …elif [ "${TARGET_ARCH}" = "mips" -o "${TARGET_ARCH}" = "mipsel" -o "${TARGET_ARCH}" = "mips64" -o … 168 elif [ "${TARGET_ARCH}" = "aarch64_be" ]; then [all …]
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/ |
H A D | libecmd_git.bb | 20 --without-pyecmd --install-path ${D}${prefix} --output-root ${B} --target ${TARGET_ARCH} \ 38 mv ${D}${prefix}/${TARGET_ARCH}/bin/** ${D}${bindir} 39 mv ${D}${prefix}/${TARGET_ARCH}/lib/** ${D}${libdir} 44 ${D}${prefix}/${TARGET_ARCH}/lib \ 45 ${D}${prefix}/${TARGET_ARCH}/bin \ 46 ${D}${prefix}/${TARGET_ARCH}/perl \ 47 ${D}${prefix}/${TARGET_ARCH}
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | tcmode-default.inc | 5 PREFERRED_PROVIDER_virtual/cross-binutils = "${MLPREFIX}binutils-cross-${TARGET_ARCH}" 6 PREFERRED_PROVIDER_virtual/cross-cc = "${MLPREFIX}gcc-cross-${TARGET_ARCH}" 7 PREFERRED_PROVIDER_virtual/cross-c++ = "${MLPREFIX}gcc-cross-${TARGET_ARCH}" 34 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" 49 PREFERRED_VERSION_binutils-cross-${TARGET_ARCH} ?= "${BINUVERSION}" 53 PREFERRED_VERSION_gdb-cross-${TARGET_ARCH} ?= "${GDBVERSION}" 89 PREFERRED_VERSION_rust-cross-${TARGET_ARCH} ?= "${RUSTVERSION}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgcc.inc | 12 if [ ! -e ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os ]; then 13 ln -s ${TARGET_SYS} ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os 21 if [ ! -e ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os ]; then 22 ln -s ${TARGET_SYS} ${D}${libdir}/${TARGET_ARCH}${TARGET_VENDOR}-$extra_target_os 44 ${libdir}/${TARGET_ARCH}${TARGET_VENDOR}* \
|
H A D | gcc-runtime.inc | 114 ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux 119 mkdir ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR_MULTILIB_ORIGINAL}-linux 120 …ln -s ../${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR_MULTILIB_ORIGIN… 122 mkdir ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux 123 ln -s ../${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux/32 125 ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux 129 mkdir ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR_MULTILIB_ORIGINAL}-linux 130 …ln -s ../${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR_MULTILIB_ORIGIN… 132 mkdir ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux 133 ln -s ../${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux/32 [all …]
|
H A D | gcc-cross.inc | 11 PN = "gcc-cross-${TARGET_ARCH}" 13 # Ignore how TARGET_ARCH is computed. 14 TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-cross.inc | 22 PN = "gdb-cross-${TARGET_ARCH}" 25 # Ignore how TARGET_ARCH is computed. 26 TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cross-canadian.bbclass | 7 # TRANSLATED_TARGET_ARCH is added into PN. This ensures that if the TARGET_ARCH 18 …K_ARCH}${SDK_VENDOR}-${SDK_OS}:${STAGING_DIR_NATIVE}${bindir_native}/${TARGET_ARCH}${TARGET_VENDOR… 70 tarch = d.getVar("TARGET_ARCH") 155 bindir = "${exec_prefix}/bin/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" 159 libdir = "${exec_prefix}/lib/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" 160 libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" 172 # We have to us TARGET_ARCH but we care about the absolute value 174 TARGET_ARCH[vardepsexclude] = "TUNE_ARCH" 187 d=${D}${bindir}/../${TARGET_ARCH}$v-$i 195 p=${TARGET_ARCH}$v-$i-`echo $j | sed -e s,${TARGET_PREFIX},,`
|
H A D | goarch.bbclass | 20 TARGET_GOARCH = "${@go_map_arch(d.getVar('TARGET_ARCH'), d)}" 21 TARGET_GOARM = "${@go_map_arm(d.getVar('TARGET_ARCH'), d)}" 22 TARGET_GO386 = "${@go_map_386(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}" 23 TARGET_GOMIPS = "${@go_map_mips(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}"
|
H A D | crosssdk.bbclass | 25 STAGING_BINDIR_TOOLCHAIN = "${STAGING_DIR_NATIVE}${bindir_native}/${TARGET_ARCH}${TARGET_VENDOR}-${… 31 TARGET_ARCH = "${SDK_ARCH}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | arm64-support.patch | 49 - 'ARM64_HOST' : env['TARGET_ARCH'] == 'aarch64', 50 + 'ARM64_HOST' : env['TARGET_ARCH'] in ('aarch64', 'arm64'), 51 'POWERPC_HOST' : env['TARGET_ARCH'] == 'ppc64le', 52 'X86_HOST' : env['TARGET_ARCH'] == 'x86_64', 53 'ZSERIES_HOST' : env['TARGET_ARCH'] == 's390x',
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-cross.inc | 3 PN = "binutils-cross-${TARGET_ARCH}" 6 # Ignore how TARGET_ARCH is computed. 7 TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
|
/openbmc/openbmc/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. 9 Take TARGET_ARCH from environment if it is given, otherwise fall back 27 + local m="${TARGET_ARCH:-$(uname -m)}"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/ |
H A D | projucer.inc | 31 # export dummy TARGET_ARCH that doesn't do much, 34 EXTRA_OEMAKE = "V=1 JUCE_ARCH_LABEL=${TARGET_ARCH} TARGET_ARCH='-g'"
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go_1.22.11.bb | 15 if 'mips' in d.getVar('TARGET_ARCH') or 'riscv32' in d.getVar('TARGET_ARCH'):
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | perl_5.40.0.bb | 70 -Darchlibexp=${STAGING_LIBDIR}/perl5/${PV}/${TARGET_ARCH}-linux \ 99 -Darchlibexp=${STAGING_LIBDIR}/perl5/${PV}/${TARGET_ARCH}-linux \ 162 ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl 167 …cp ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/config.h ${D}${libdir}/perl5/${PV}/${TARGET… 172 ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl 211 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/config.h \ 212 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/xconfig.h \ 213 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/perl.h \ 214 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/pp.h \ 216 ${PKGD}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | Makefile | 252 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) $< $(LIBKVM_OBJS) $(LDLIBS) -o $@ 254 $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@ 257 $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@ 263 $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@ 266 $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c $< -o $@ 272 $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c -ffreestanding $< -o $@
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/ |
H A D | v86d_0.1.10.bb | 24 TARGET_ARCH="${TARGET_ARCH}" ./configure --with-x86emu
|
/openbmc/linux/tools/testing/selftests/ |
H A D | lib.mk | 164 LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) 165 COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c 166 LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
/openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
H A D | waf-samba.bbclass | 72 CROSS_ANSWERS="${B}/cross-answers-${TARGET_ARCH}.txt" 76 echo 'Checking uname machine type: "${TARGET_ARCH}"' >> ${CROSS_ANSWERS} 78 cat ${WAF_CROSS_ANSWERS_PATH}/cross-answers-${TARGET_ARCH}.txt >> ${CROSS_ANSWERS}
|
/openbmc/qemu/configs/targets/ |
H A D | sh4-softmmu.mak | 1 TARGET_ARCH=sh4 macro
|
H A D | tricore-softmmu.mak | 1 TARGET_ARCH=tricore macro
|
H A D | xtensa-softmmu.mak | 1 TARGET_ARCH=xtensa macro
|
H A D | alpha-softmmu.mak | 1 TARGET_ARCH=alpha macro
|
H A D | mipsel-softmmu.mak | 1 TARGET_ARCH=mips macro
|