(i[3456]86-*-mingw32): New target.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Jun 1997 22:12:25 +0000 (18:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Jun 1997 22:12:25 +0000 (18:12 -0400)
From-SVN: r14341

gcc/configure.in

index df51f60d0587036d0a97877ded4c8ec9b38dba60..fdc41f81b4ef598e997fa229b8899fa4d65db85f 100644 (file)
@@ -926,6 +926,16 @@ for machine in $build $host $target; do
                objc_thread_file=${enable_objcthreads-win32}
                exeext=.exe
                ;;
+       i[[3456]]86-*-mingw32)
+               tm_file=i386/mingw32.h
+               xm_file="${xm_file} i386/xm-mingw32.h"
+               tmake_file=i386/t-cygwin32
+               extra_objs=winnt.o
+               xmake_file=i386/x-cygwin32
+               fixincludes=Makefile.in
+               objc_thread_file=${enable_objcthreads-win32}
+               exeext=.exe
+               ;;
        i[[3456]]86-*-winnt3*)
                tm_file=i386/win-nt.h
                out_file=i386/i386.c