Home
last modified time | relevance | path

Searched refs:AR (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dnativeclient-pnacl.sh8 export AR=${AR-"pnacl-ar"}
/f-stack/app/redis-5.0.5/deps/
H A DMakefile66 AR=ar macro
71 cd lua/src && $(MAKE) all CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" AR="$(AR) $(ARFLAGS)"
/f-stack/freebsd/contrib/device-tree/Bindings/mips/
H A Dath79-soc.txt3 Each device tree must specify a compatible value for the AR SoC
/f-stack/dpdk/examples/ethtool/lib/
H A DMakefile49 $(AR) -cr $@ build/*.o
/f-stack/app/redis-5.0.5/deps/lua/src/
H A DMakefile12 AR= ar rcu macro
52 $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
/f-stack/dpdk/doc/guides/nics/
H A Dark.rst156 * ``1d6c:100d`` - AR-ARKA-FX0 [Arkville 32B DPDK Data Mover]
157 * ``1d6c:100e`` - AR-ARKA-FX1 [Arkville 64B DPDK Data Mover]
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DMakefile.in69 AR = @AR@
395 $(AR) $(ARFLAGS)@AROUT@ $+
H A Dconfigure7117 if test -n "$AR"; then
7118 ac_cv_prog_AR="$AR" # Let the user override the test.
7137 AR=$ac_cv_prog_AR
7138 if test -n "$AR"; then
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7140 $as_echo "$AR" >&6; }
7149 ac_ct_AR=$AR
7187 AR=":"
7195 AR=$ac_ct_AR
7198 AR="$ac_cv_prog_AR"
[all …]
H A Dconfigure.ac527 AN_MAKEVAR([AR], [AC_PROG_AR])
529 AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
656 AR='lib'
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile243 $(AR) $(ARFLAGS) $@ $^
H A DREADME.md128 the compiler's intermediate representation, e.g., `AR=gcc-ar`). Consult your
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac356 AC_ARG_VAR([AR], [path to the ar utility])
357 AC_CHECK_TOOL([AR], [ar], [ar])
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include156 ar-option = $(call try-run, $(AR) rc$(1) "$$TMP",$(1),$(2))
/f-stack/freebsd/contrib/zlib/
H A DChangeLog247 - Split off AR options in Makefile.in and configure
658 - Move arguments for AR to its usage to allow replacing ar [Marot]