This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/4] zlib: Sync with GCC


On Jun 15 2018, Simon Marchi <simon.marchi@polymtl.ca> wrote:

> diff --git a/zlib/configure.ac b/zlib/configure.ac
> index 57d6fa56b69b..fb8d943905e2 100644
> --- a/zlib/configure.ac
> +++ b/zlib/configure.ac
> @@ -4,9 +4,7 @@ AC_PREREQ(2.64)
>  AC_INIT
>  AC_CONFIG_SRCDIR([zlib.h])
>  
> -if test -n "${with_target_subdir}"; then
> -  AM_ENABLE_MULTILIB(, ..)
> -fi
> +AM_ENABLE_MULTILIB(, ..)
>  
>  AC_CANONICAL_SYSTEM
>  

Looks like commit 93df7317ee has never been copied to gcc.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]