aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2017-05-04 11:02:08 +0000
committerJonathan Yong <jyong@gcc.gnu.org>2017-05-04 11:02:08 +0000
commit446163e239056462095abb2998bf7cc21edb4532 (patch)
treec4fb09ef56330fb70ff9c15439168b8c11cb89d9 /gcc/config.host
parente1fd916302dd72a2a4a054cf9f61db2721045011 (diff)
downloadgcc-446163e239056462095abb2998bf7cc21edb4532.zip
gcc-446163e239056462095abb2998bf7cc21edb4532.tar.gz
gcc-446163e239056462095abb2998bf7cc21edb4532.tar.bz2
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
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 6b28f30..5e2db53 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -239,6 +239,7 @@ case ${host} in
host_xmake_file="${host_xmake_file} i386/x-mingw32"
host_exeext=.exe
out_host_hook_obj=host-mingw32.o
+ host_extra_gcc_objs="${host_extra_gcc_objs} driver-mingw32.o"
host_lto_plugin_soname=liblto_plugin-0.dll
;;
x86_64-*-mingw*)
@@ -247,6 +248,7 @@ case ${host} in
host_xmake_file="${host_xmake_file} i386/x-mingw32"
host_exeext=.exe
out_host_hook_obj=host-mingw32.o
+ host_extra_gcc_objs="${host_extra_gcc_objs} driver-mingw32.o"
host_lto_plugin_soname=liblto_plugin-0.dll
;;
i[34567]86-*-darwin* | x86_64-*-darwin*)