/openbmc/u-boot/arch/mips/dts/ |
H A D | comtrend,ar-5315u.dts | 11 model = "Comtrend AR-5315u"; 65 label = "AR-5315u:green:wps"; 71 label = "AR-5315u:green:power"; 77 label = "AR-5315u:green:usb"; 83 label = "AR-5315u:green:inet"; 89 label = "AR-5315u:red:inet"; 95 label = "AR-5315u:green:dsl"; 101 label = "AR-5315u:red:power";
|
H A D | comtrend,ar-5387un.dts | 11 model = "Comtrend AR-5387un"; 64 label = "AR-5387un:red:inet"; 69 label = "AR-5387un:red:power"; 74 label = "AR-5387un:green:inet"; 79 label = "AR-5387un:green:power"; 85 label = "AR-5387un:green:dsl";
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/ |
H A D | 0003-libbridge-Modifying-the-AR-to-cross-toolchain.patch | 4 Subject: [PATCH] libbridge: Modifying the AR to cross toolchain 29 +AN_MAKEVAR([AR], [AC_PROG_AR]) 31 +AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)]) 44 -AR=ar 45 +AR=@AR@
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | makefile-fix.patch | 15 @echo AR $@ 16 - @${AR} $@ ${OBJ} 17 + ${AR} ${ARFLAGS} $@ ${OBJ} 45 -AR = ar cr 46 +AR = ar
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/ |
H A D | cross_ar.patch | 1 Fix cross link using autoconf detected AR 29 +AR = @AR@ 38 + $(AR) rv $@ $^ 50 +AN_MAKEVAR([AR], [AC_PROG_AR]) 52 +AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
|
/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 6 Use AR variable to invoke archiver instead of hardcoding, helps cross 26 $(AR) crv ${LIBWFA_NAME} $? 27 $(AR) crv ${LIBWFA_NAME_DUT} ${LIB_OBJS_DUT} 28 $(AR) crv ${LIBWFA_NAME_CA} ${LIB_OBJS_CA}
|
H A D | 0001-Use-toolchain-from-environment-variables.patch | 26 +AR ?= ar 84 + $(AR) crv ${LIBWFA_NAME} $? 85 + $(AR) crv ${LIBWFA_NAME_DUT} ${LIB_OBJS_DUT} 86 + $(AR) crv ${LIBWFA_NAME_CA} ${LIB_OBJS_CA}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
H A D | pass-options-to-AR.patch | 14 -AR = @ar@ 15 +AR = @ar@ cqs 25 - $(AR) cr $(STATICLIBTARGET) $? 26 + $(AR) $(STATICLIBTARGET) $?
|
H A D | 0001-Remove-unsuitble-part-for-cross-compile.patch | 20 -if test -z "$AR"; then 21 - AC_PATH_PROGS(AR, [gcc-ar ar], /usr/bin/ar) 23 -if test ! -x "$AR"; then 26 ar=$AR
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | 0001-Fix-cross-compilation-using-autoconf-detected-AR.patch | 4 Subject: [PATCH] Fix cross compilation using autoconf detected AR 7 we need to respect AR passed in environment 25 + AN_MAKEVAR([AR], [AC_PROG_AR]) 28 + [AC_CHECK_TOOL(AR, ar, :)])
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 4 Subject: [PATCH] Makefile: Allow for CC and AR to be overridden 24 -AR = $(CROSS_COMPILE)ar 26 +AR ?= $(CROSS_COMPILE)ar
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | fastboot.mk | 76 $(AR) rcs $@ $(libzipfile_OBJS) 79 $(AR) rcs $@ $(libext4_utils_OBJS) 82 $(AR) rcs $@ $(libsparse_OBJS) 85 $(AR) rcs $@ $(libselinux_OBJS)
|
H A D | adbd.mk | 148 $(AR) rcs $@ $(liblog_OBJS) 151 $(AR) rcs $@ $(fs_mgr_OBJS) 154 $(AR) rcs $@ $(libcutils_OBJS) 158 $(AR) rcs $@ $(libselinux_OBJS) 161 $(AR) rcs $@ $(libext4_utils_OBJS)
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | ar-from-env.patch | 24 +ifeq ($(AR),) 25 + AR = ar 30 + $(AR) rv $@ $+
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu-native.inc | 5 EXTRA_OEMAKE:append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 100-use-xtools.patch | 30 +AN_MAKEVAR([AR], [AC_PROG_AR]) 32 +AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)]) 87 + @AR@ cr $@ $? 92 + @AR@ cr $@ $? 100 + @AR@ cr $@ $? 108 + @AR@ cr $@ $?
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | lua-update-Makefile-to-use-environment-build-setting.patch | 31 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more 33 # to fit redis into cross-compilation environments, which typically set AR. 34 -AR=ar 63 -AR= ar rcu
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | 0002-lua-update-Makefile-to-use-environment-build-setting.patch | 30 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more 32 # to fit redis into cross-compilation environments, which typically set AR. 33 -AR=ar 62 -AR= ar rcu
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/ |
H A D | 0002-lua-update-Makefile-to-use-environment-build-setting.patch | 30 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more 32 # to fit redis into cross-compilation environments, which typically set AR. 33 -AR=ar 62 -AR= ar rcu
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | funyahoo-plusplus_git.bb | 19 oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}";
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_support.c | 41 kdb_dbg_printf(AR, "symname=%s, symtab=%px\n", symname, symtab); in kdbgetsymval() 45 kdb_dbg_printf(AR, "returns 1, symtab->sym_start=0x%lx\n", in kdbgetsymval() 49 kdb_dbg_printf(AR, "returns 0\n"); in kdbgetsymval() 88 kdb_dbg_printf(AR, "addr=0x%lx, symtab=%px\n", addr, symtab); in kdbnearsym() 106 …kdb_dbg_printf(AR, "returns %d symtab->sym_start=0x%lx, symtab->mod_name=%px, symtab->sym_name=%px… in kdbnearsym()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/spidev-test/ |
H A D | spidev-test.bb | 11 EXTRA_OEMAKE = "-C ${S}/tools/spi O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/intel-speed-select/ |
H A D | intel-speed-select.bb | 21 …r/x86/intel-speed-select O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/cpupower/ |
H A D | cpupower.bb | 12 …{S}/tools/power/cpupower O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4/ |
H A D | reproducibility.patch | 29 - $(AR) rcs $@ *.o 30 + $(AR) rcs $@ $(OBJFILES)
|