configure.ac (--enable-mingw-wildcard): Add new configurable feature.
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 4 May 2017 11:02:08 +0000 (11:02 +0000)
committerJonathan Yong <jyong@gcc.gnu.org>
Thu, 4 May 2017 11:02:08 +0000 (11:02 +0000)
commit446163e239056462095abb2998bf7cc21edb4532
treec4fb09ef56330fb70ff9c15439168b8c11cb89d9
parente1fd916302dd72a2a4a054cf9f61db2721045011
configure.ac (--enable-mingw-wildcard): Add new configurable feature.

2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>

* configure.ac (--enable-mingw-wildcard): Add new configurable feature.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/driver-mingw32.c: new file.
* config/i386/x-mingw32: Add rule to build driver-mingw32.o.
* config.host: Link driver-mingw32.o on MinGW host.
* doc/install.texi: Document new --enable-mingw-wildcard configure
option.

From-SVN: r247588
gcc/ChangeLog
gcc/config.host
gcc/config.in
gcc/config/i386/driver-mingw32.c [new file with mode: 0644]
gcc/config/i386/x-mingw32
gcc/configure
gcc/configure.ac