Home
last modified time | relevance | path

Searched refs:cross_prefix (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/
H A Dconfigure178 cross_prefix=""
201 --cross-prefix=*) cross_prefix="$optarg"
282 if test -z "${CC}${cross_prefix}"; then
285 cc="${CC-${cross_prefix}gcc}"
288 if test -z "${CXX}${cross_prefix}"; then
291 cxx="${CXX-${cross_prefix}g++}"
299 if test -z "${objcc}${cross_prefix}"; then
306 objcc="${objcc-${cross_prefix}clang}"
309 ar="${AR-${cross_prefix}ar}"
310 as="${AS-${cross_prefix}as}"
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A Duse-native-pkg-config.patch6 Force the pkg-config native tool. Strangely ffmpeg prepends cross_prefix
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2001-configure-setup-for-OE-core-usage.patch71 SDL2_CONFIG="${cross_prefix}sdl2-config"
H A D0001-ffmpeg-5.1.4-rpi_24.patch149 GCRYPT_CONFIG="${cross_prefix}libgcrypt-config"