On 2014-08-07 10:13:26 -0700, Diego Biurrun wrote:
> ---
> configure | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 924fd46..4d3732b 100755
> --- a/configure
> +++ b/configure
> @@ -2199,8 +2199,6 @@ ranlib="ranlib"
> strip="strip"
> yasmexe="yasm"
>
> -nogas=":"
> -
> # machine
> arch_default=$(uname -m)
> cpu="generic"
> @@ -3419,7 +3417,6 @@ case $target_os in
> add_extralibs -lpoll -lgnugetopt
> ;;
> darwin)
> - gas="gas-preprocessor.pl $cc"
> enabled ppc && add_asflags -force_cpusubtype_ALL
> SHFLAGS='-dynamiclib -Wl,-single_module
> -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
> enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
> @@ -3778,9 +3775,12 @@ EOF
> }
>
> if enabled asm; then
> + nogas=:
> enabled_any arm aarch64 && nogas=die
> enabled_all ppc altivec && nogas=warn
>
> + check_cmd gas-preprocessor.pl && gas="gas-preprocessor.pl $as"
> +
> if ! check_gas ; then
> as=${gas:=$as}
> check_gas || \
this is unchanged and thus still broken. gas-preprocessor.pl needs
arguments on !darwin.
The commit message is still misleading.
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel