Restore build on x86_64-w64-mingw32.
authorAlexey Neyman <stilor@att.net>
Tue, 4 Dec 2018 07:50:48 +0000 (23:50 -0800)
committerCary Coutant <ccoutant@gmail.com>
Tue, 4 Dec 2018 07:50:48 +0000 (23:50 -0800)
commitf4238194a211a6a27598a7fdf9ad63f9b5d6fbaa
treecdf77d24f3ea44f4d671edc048f1a36205ef8c29
parent314a80c41d52737c9cfdc80dc2f6f56e0d5cfd96
Restore build on x86_64-w64-mingw32.

gold/
PR gold/23594
* configure.ac: Add checks for link, mkdtemp.
* configure: Regenerate.
* config.in: Regenerate.
* plugin.cc (Plugin_recorder::init): Fall back to mktemp
if mkdtemp is not available.
(link_or_copy_file): Fall back to copy if link() is not available.
gold/ChangeLog
gold/config.in
gold/configure
gold/configure.ac
gold/plugin.cc