Ticket #339 (new todo)
msvc+mingw detection
Reported by: | rurban | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | configure | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | win32 |
Description
With r36750 I had to fix one more MSWin32 compiler detection (uppercase allowed), but there are several more instances of compiler special cases in the makefile templates and tests.
My proposal is to get that right in the first place, config/init/hints/mswin32.pm, and store it in the config as msvc, mingw, and maybe also icc or borland keys.
Use these keys in the makefile templates and testsuite then.
cc="ccache cl" for example might not be safe also.
The patch in TT #312 already contains the mingw and msvc keys, as they are the only one currently used.
Change History
Note: See
TracTickets for help on using
tickets.