[LLVMdev] Changes to configure to recognize MinGW Win32 platform

Henrik Bach henrik_bach_llvm at hotmail.com
Wed Sep 8 13:18:29 PDT 2004


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
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040908/e092316a/attachment.txt>


More information about the llvm-dev mailing list