On Wed, Oct 7, 2015 at 6:37 AM, Bernd Schmidt <bschm...@redhat.com> wrote: >>> On Fri, Aug 28, 2015 at 8:50 AM, H.J. Lu <hongjiu...@intel.com> wrote: >>>> >>>> Similar to as, ld, nm and objdump, gcc configure should check >>>> $READELF_FOR_TARGET for readelf. >>>> >>>> OK for trunk? >>>> >>>> H.J. >>>> --- >>>> PR bootstrap/67385 >>>> * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET. >>>> * configure: Regenerated. > > > I think that's ok. Why is that a bootstrap PR though? What's failing? >
We don't have a configure nor build component. bootstrap is the closest thing I used. -- H.J.