Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Don't use gstabs on mingw-64. | José Fonseca | 2011-09-12 | 1 | -3/+5 |
| | |||||
* | scons: Move MinGW flags from crossmingw.py to gallium.py | José Fonseca | 2011-09-06 | 1 | -8/+0 |
| | | | | So that they are used by native MinGW compilers too. | ||||
* | scons: Prefer x86_64-w64-mingw32- prefix. | José Fonseca | 2011-08-30 | 1 | -1/+1 |
| | | | | | This allows to use mingw-w64 binaries on debian systems which already include a (typically incomplete) 64 cross compiler. | ||||
* | scons: don't compile some files with -gstabs if using mingw32 | Brian Paul | 2011-08-26 | 1 | -0/+38 |
| | | | | | | Compiling some (large) files with i686-pc-mingw32-gcc 4.2.2 (at least) and the -gstabs option triggers a compiler error. Use this work-around to simply compile the effected files without -gstabs. | ||||
* | scons: Eliminate libgcc_s_sjlj-1.dll dependency | José Fonseca | 2011-02-03 | 1 | -0/+3 |
| | | | | | | | | Certain mingw32 cross compilers (e.g. RedHat's) defaults to use DLL gcc runtime. Given the main deliverable from this project are self-contained drivers, which are loaded by any application, this dependency can cause havoc. | ||||
* | scons: Add MinGW-w64 prefixes for MinGW build. | Vinson Lee | 2010-09-27 | 1 | -0/+2 |
| | |||||
* | scons: Add support for Mingw64. | José Fonseca | 2010-05-05 | 1 | -1/+10 |
| | |||||
* | scons: Set -gstabs for C++ too. | José Fonseca | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | scons: add another prefix for mingw32 on Fedora | Brian Paul | 2010-02-10 | 1 | -0/+1 |
| | | | | (cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a) | ||||
* | scons: Have MinGW target MSVCRT 7.0 | José Fonseca | 2010-02-04 | 1 | -0/+1 |
| | | | | Necessary for _aligned_malloc/free(). | ||||
* | scons: Don't require -liberty on MinGW. | José Fonseca | 2009-09-24 | 1 | -1/+1 |
| | | | | Not always present. | ||||
* | scons: Output the friendly "Linking ..." message when creating DLLs with MinGW. | José Fonseca | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | scons: Request the stabs debug info format for Mingw. | José Fonseca | 2009-01-26 | 1 | -0/+4 |
| | | | | Mingw gdb apparently chokes on dwarf debug info. | ||||
* | scons: Use --enable-stdcall-fixup only when building DLLs. | José Fonseca | 2009-01-24 | 1 | -1/+2 |
| | |||||
* | scons: Use .a suffix for MinGW. | José Fonseca | 2009-01-14 | 1 | -6/+4 |
| | | | | This allows to build MinGW and MSVC within the same dir. | ||||
* | scons: Support MinGW32 cross compiler. | José Fonseca | 2008-11-18 | 1 | -0/+182 |
To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no |