From 9aec288c73dbdfcffb272ef56f8de6dd411f4145 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Mar 2015 20:52:59 -0400 Subject: finally, add midipix as a gcc target. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/config.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config.host') 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." -- cgit v1.2.3