Henrik Bach
2004-Sep-08 20:18 UTC
[LLVMdev] Changes to configure to recognize MinGW Win32 platform
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>
Brian Gaeke
2004-Sep-08 20:33 UTC
[LLVMdev] Changes to configure to recognize MinGW Win32 platform
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
Reasonably Related Threads
- [LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
- [LLVMdev] Type uint64_t required but not found
- [LLVMdev] Which files does ./config.status -d produce?
- [LLVMdev] MAXPATHLEN' undeclared (first use this function)
- [LLVMdev] FileUtilities.cpp:72: error: aggregate `stat s' has incomplete type and cannot