* configure.ac (target_header_dir): Move block defining
commit185f440de887f62ab2a65a062dd18368a88e1eb3
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Sep 2014 23:38:05 +0000 (21 23:38 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Sep 2014 23:38:05 +0000 (21 23:38 +0000)
tree4312137aba14e94b6c0c546312f6815c979a5bc8
parentf699a38d8b1bb517ba2b26765466aa2976617eef
* 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=true.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215439 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/configure
gcc/configure.ac