Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dar-lib95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
121 AR=$1
135 AR="$AR $1"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
262 $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
269 $AR -NOLOGO -LIST "$archive" || exit $?
H A Dltmain.sh5098 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
5103 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
/nrf52832-nimble/
H A Drtconfig.py34 AR = PREFIX + 'ar' variable
61 AR = 'armar' variable
H A DSConstruct18 AR = rtconfig.AR, ARFLAGS = '-rc',
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A DMakefile.include44 $(AR) rcf $@ $^
47 $(AR) rcf $@ $^
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dmipscfg.c150 int AR = (value >> 10) & 0x07; in CP0_config0_analyze() local
152 if(AR == 0) in CP0_config0_analyze()
156 else if(AR == 1) in CP0_config0_analyze()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dconfigure26 AR=${AR-"ar rc"}
131 AR="cc -A";;
450 /^AR *=/s#=.*#=$AR#
H A DMakefile.in36 AR=ar rc
71 $(AR) $@ $(OBJS) $(OBJA)
H A DMakefile36 AR=ar rc macro
71 $(AR) $@ $(OBJS) $(OBJA)
/nrf52832-nimble/rt-thread/components/net/uip/unix/
H A DMakefile36 AR = ar macro
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/dummy/
H A DMakefile25 AR := $(CROSS_COMPILE)ar macro
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A DMakefile11 AR = $(CROSS_COMPILE)ar macro
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/
H A DMakefile6 AR := $(CROSS_COMPILE)ar macro
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DMakefile.in183 libs_images_libkconfig_images_a_AR = $(AR) $(ARFLAGS)
194 libs_lxdialog_libkconfig_lxdialog_a_AR = $(AR) $(ARFLAGS)
506 AR = @AR@
H A Daclocal.m4351 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
352 : ${AR=ar}
354 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
358 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
363 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
380 # FIXME: It is wrong to rewrite AR.
383 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
385 AR="$am_aux_dir/ar-lib $AR"
389 [AC_MSG_ERROR([could not determine $AR interface])])
392 AC_SUBST([AR])dnl subst
H A Dconfigure4303 if test -n "$AR"; then
4304 ac_cv_prog_AR="$AR" # Let the user override the test.
4323 AR=$ac_cv_prog_AR
4324 if test -n "$AR"; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4326 $as_echo "$AR" >&6; }
4333 test -n "$AR" && break
4336 if test -z "$AR"; then
4337 ac_ct_AR=$AR
4381 AR="false"
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dlibtool.m41044 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1045 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1493 [AC_CHECK_TOOLS(AR, [ar], false)
1494 : ${AR=ar}
1496 _LT_DECL([], [AR], [1], [The archiver])
1503 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
1542 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5100 …ata~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libo…
5363 …e $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $outp…
5542 …try '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_ob…
[all …]