> From: Thomas Schwinge <tho...@codesourcery.com> > Date: Tue, 23 Sep 2014 23:21:05 +0200
> Hi! > > On Thu, 4 Sep 2014 23:40:40 +0200, Hans-Peter Nilsson <hans-peter.nilsson@a= > xis.com> wrote: > > The directory at $target_header_dir is [...] > > > gcc: > > * configure.ac (target_header_dir): Move block defining > > this to before the block setting inhibit_libc. > > (inhibit_libc): When considering $with_headers, just > > check it it's explicitly "no". If not, also check if > > $target_header_dir/stdio.h is present. If not, set > > inhibit_libc=3Dtrue. > > * configure: Regenerate. > > This got committed as r215439. In r215532 I just put the following on > top -- perhaps your tree was "dirty" some way or another when you > regenerated gcc/configure? Yep; there was old cruft from a previous patch in the supposedly-regenerated configure, I missed to actually regenerate. Thanks for fixing it. brgds, H-P