summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host
index d0342b996..2ff30ca36 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -233,6 +233,9 @@ case ${host} in
out_host_hook_obj=host-mingw32.o
host_lto_plugin_soname=liblto_plugin-0.dll
;;
+ *-*-midipix*)
+ host_exeext=.exe
+ ;;
i[34567]86-*-uwin*)
echo "*** UWIN may not be used as a host platform because"
echo "*** linking with posix.dll is not allowed by the GNU GPL."