Home
last modified time | relevance | path

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

/hal_xtensa-3.6.0/
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 $?
Dconfigure3677 if test -n "$AR"; then
3678 ac_cv_prog_AR="$AR" # Let the user override the test.
3697 AR=$ac_cv_prog_AR
3698 if test -n "$AR"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3700 $as_echo "$AR" >&6; }
3707 test -n "$AR" && break
3710 if test -z "$AR"; then
3711 ac_ct_AR=$AR
3755 AR="false"
[all …]
Daclocal.m475 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
76 : ${AR=ar}
78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
82 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
87 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
104 # FIXME: It is wrong to rewrite AR.
107 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
109 AR="$am_aux_dir/ar-lib $AR"
113 [AC_MSG_ERROR([could not determine $AR interface])])
116 AC_SUBST([AR])dnl
DMakefile.in194 AR = @AR@
/hal_xtensa-3.6.0/src/hal/
DMakefile.in130 libhal_a_AR = $(AR) $(ARFLAGS)
202 AR = @AR@
/hal_xtensa-3.6.0/include/
DMakefile.in162 AR = @AR@