Re: PATCH: Also check configure.ac in binutils source tree

2015-07-15 Thread Jan Beulich
>>> On 15.07.15 at 17:18, wrote: > Here is a patch. Tested on Linux/x86-64 with native GCC as well as > cross-toolchain. > Any comments, feedbacks, objections? Comparing to the patch I sent earlier today I miss an adjustment to gcc/acinclude.m4, which also has one bad use. Jan

PATCH: Also check configure.ac in binutils source tree

2015-07-15 Thread H.J. Lu
configure.ac (gcc_cv_as_gas_configure): New. Set if configure.in or configure.ac exist. (gcc_cv_ld_gld_configure): Likewise. (gcc_cv_binutils_configure): Likewise. (gcc_cv_as): Check $gcc_cv_as_gas_configure instead of $gcc_cv_as_gas_srcdir/configure.in. (gcc_cv_ld): Check $gcc_cv_ld_gld_configure instead of