[LLVMdev] Changes to configure to recognize MinGW Win32 platform

Brian Gaeke gaeke at uiuc.edu
Wed Sep 8 13:33:07 PDT 2004


Thanks!

In future, please provide patches to autoconf/configure.ac instead
of configure itself, because configure is generated from
autoconf/configure.ac by using the "autoconf" tool.

-Brian

On Sep 8, 2004, at 3:18 PM, Henrik Bach wrote:

> Hi
>
> I've started to port LLVM to the MinGW Win32 platform.
>
> To successfully recognize the platform, following statements should
> be inserted into the configure script:
> ----------
> Index: configure
> ==================================================================
> RCS file: /var/cvs/llvm/llvm/configure,v
> retrieving revision 1.114
> diff -u -r1.114 configure
> --- configure	7 Sep 2004 18:04:45 -0000	1.114
> +++ configure	8 Sep 2004 19:01:49 -0000
> @@ -1857,6 +1857,12 @@
>
>              platform_type="Win32"
> 	     ;;
> +
> +	*-*-mingw*)
> +             OS=Win32
> +
> +             platform_type="Win32"
> +	     ;;
> 	*)
>              OS=Unknown
>
> -------
>
> Henrik
>
>
> ---
> Got Freedom?
> Software Freedom Day 2004 - 28th of August
> http://www.softwarefreedomday.org/
> ---
>
> _________________________________________________________________
> Opret en gratis Hotmail-konto  http://www.hotmail.com med udsigt til 
> 250 MB lagerkapacitet
> <diff.txt>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list