/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | obey-ranlib.patch | 6 In some cases the host may have too old of a ranlib to work. Since it's 7 not exactly a great idea to not be using the cross ranlib anyhow, fix the 8 Makefile so we can override ranlib and then override it 24 +RANLIB=ranlib 32 - -ranlib $O/lmbench.a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
H A D | 0004-run-ranlib-per-library-and-use-AR.patch | 4 Subject: [PATCH 4/4] run ranlib per library and use AR 9 compiler ranlib e.g. llvm-ranlib fails to operate on multiple archives 13 arm-yoe-linux-musleabi-llvm-ranlib: error: Exactly one archive should be specified.
|
H A D | 0001-Use-toolchain-from-environment-variables.patch | 42 -RANLIB = ranlib 43 +RANLIB ?= ranlib
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/ |
H A D | external-arm-sdk-toolchain.bb | 67 ${prefix}/${EAT_TARGET_SYS}/bin/ranlib \ 78 ${bindir}/${TARGET_PREFIX}ranlib \ 129 for i in ld* objcopy strip nm ranlib as ar objdump; do 133 for i in ld* addr2line objcopy readelf strip nm ranlib gprof as c++filt ar strings objdump size; do
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | lua-update-Makefile-to-use-environment-build-setting.patch | 45 -RANLIB= ranlib 63 -RANLIB= ranlib
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.5/ |
H A D | lua-update-Makefile-to-use-environment-build-setting.patch | 45 -RANLIB= ranlib 63 -RANLIB= ranlib
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils.inc | 79 ranlib \ 128 export RANLIB = "${HOST_PREFIX}ranlib" 136 export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib"
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 10 - LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ 11 + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ=weak_symbols.o \ 18 - LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ 19 + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ=weak_symbols.o \
|
H A D | rename_strings_variable.patch | 12 LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ="environ.o vfprintf.o" \
|
H A D | 10_usagi-ipv6.patch | 285 LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= NETGROUP= TLI= \ 291 LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= NETGROUP= TLI= \ 298 + LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= NETGROUP= TLI= \ 303 - LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=setenv.o \ 305 + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ 311 + LIBS=-lnsl RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | makefile-fix.patch | 47 RANLIB = ranlib
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-always-use-bfd-linker.patch | 29 export RANLIB := $(KLIBCROSS)ranlib
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/ |
H A D | 0001-configure.ac-check-for-CPP-prog.patch | 22 # Checks for tools: c compiler, ranlib (used for creating static libraries),
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/ |
H A D | 0001-dont-unset-cflags.patch | 17 -RANLIB = $(CROSS)ranlib
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | ar-from-env.patch | 8 libs/x86emu/libx86emu.a: could not read symbols: Archive has no index; run ranlib to add one
|
/openbmc/openbmc/poky/meta/recipes-extended/newt/files/ |
H A D | cross_ar.patch | 8 libnewt.a: could not read symbols: Archive has no index; run ranlib to add one
|
/openbmc/openbmc/poky/meta/site/ |
H A D | common-linux | 27 db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/ |
H A D | wifi-test-suite_10.10.1.bb | 16 file://0004-run-ranlib-per-library-and-use-AR.patch \
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 93 RANLIB = $(CROSS)ranlib
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-cross.inc | 56 export RANLIB_FOR_TARGET="${TARGET_SYS}-ranlib" 108 for t in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip gcc cpp $fortsymlinks; do
|
H A D | gcc-cross-canadian.inc | 40 export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" 132 for t in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip g77 gcc cpp gfortran; do
|
/openbmc/openbmc/poky/meta/recipes-devtools/lua/ |
H A D | lua_5.4.6.bb | 24 …"'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}' 'AR=ar rcD' 'RANLIB=ranlib -D'"
|
/openbmc/qemu/ |
H A D | configure | 315 ranlib="${RANLIB-${cross_prefix}ranlib}" 1531 : ${container_cross_ranlib:=${container_cross_prefix}ranlib} 1560 target_ranlib=$ranlib 1578 compute_target_variable $target_arch target_ranlib ranlib 1917 echo "ranlib = [$(meson_quote $ranlib)]" >> $cross
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0001-Remove-Makefile.include-which-includes-hardcoded.patch | 75 -RANLIB := $(TOOLCHAIN)/bin/$(HOST)-ranlib
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/ |
H A D | lmbench_3.0-a9.bb | 18 file://obey-ranlib.patch \
|