[FFmpeg-devel] [PATCH]Allow to specify ar

Måns Rullgård mans
Sun May 2 20:31:13 CEST 2010


Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at> writes:

> Hi!
>
> Attached patch allows to specify the archiver tool (ar).
> It allows to use interprocedural optimization between files with the
> Intel Compiler (and static libraries).
>
> Please comment, Carl Eugen
>
> Index: configure
> ===================================================================
> --- configure	(revision 23009)
> +++ configure	(working copy)
> @@ -199,6 +199,7 @@
>    --target-exec=CMD        command to run executables on target
>    --target-path=DIR        path to view of build directory on target
>    --nm=NM                  use nm tool
> +  --ar=AR                  use archive tool AR [$ar_default]
>    --as=AS                  use assembler AS [$as_default]
>    --cc=CC                  use C compiler CC [$cc_default]
>    --ld=LD                  use linker LD
> @@ -1132,6 +1133,7 @@
>
>  CMDLINE_SET="
>      $PATHS_LIST
> +    ar
>      arch
>      as
>      build_suffix
> @@ -1442,7 +1444,7 @@
>  shlibdir_default="$libdir_default"
>
>  # toolchain
> -ar="ar"
> +ar_default="ar"
>  cc_default="gcc"
>  cc_version=\"unknown\"
>  host_cc_default="gcc"
> @@ -1641,7 +1643,7 @@
>
>  set_default arch target_os
>
> -ar="${cross_prefix}${ar}"
> +ar_default="${cross_prefix}${ar_default}"
>  cc_default="${cross_prefix}${cc_default}"
>  nm_default="${cross_prefix}${nm_default}"
>  ranlib="${cross_prefix}${ranlib}"
> @@ -1852,7 +1854,7 @@
>  : ${as_default:=$cc}
>  : ${dep_cc_default:=$cc}
>  : ${ld_default:=$cc}
> -set_default as dep_cc ld
> +set_default ar as dep_cc ld
>
>  test -n "$CC_DEPFLAGS" || CCDEP=$DEPEND_CMD
>  test -n "$AS_DEPFLAGS" || ASDEP=$DEPEND_CMD

OK

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list