[llvm-commits] Patch Proposal: tweak *.d on mingw-msys build environment

NAKAMURA Takumi geek4civic at gmail.com
Thu Aug 5 14:53:14 PDT 2010


Anton told me, on the IRC, it is supposed msys-make should accept both schemes.

My patch might cause another sideeffect, and I have to let autoconf
detect that incompatibility.


Thanks....Takumi


2010/8/2 Eric Christopher <echristo at apple.com>:
>
> On Jul 28, 2010, at 9:35 AM, NAKAMURA Takumi wrote:
>
>> This patch substitutes DOSish driveletter(c:/xxx/) scheme to
>> msys-compatible(/c/xxx/) one
>> when build host is MingW.
>>
>> I am using the msysgit (msys+mingw+git) package as development environment.
>> C:/msysgit/mingw/bin/g++.exe (TDM-1 mingw32) 4.4.0
>> C:/msysgit/mingw/bin/make.exe GNU Make 3.81
>>
>> msys-make igonores dependency rules emitted by mingw-g++ with -MMD,
>> ... without any warnings.
>>
>> And I have confirmed this might not have any side effects on
>> fedora12-ppc and cygwin.
>>
>
>
> Anton: Can you give this a run on your system? I think you use mingw yes?
>
>
>
>
> -eric
>



More information about the llvm-commits mailing list