Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 URL: http://sourceforge.net/projects/mingw-w64/ | |
| 2 Version: 1.0 | |
| 3 License: LGPL | |
| 4 License File: LICENSE | |
| 5 | |
| 6 Description: | |
| 7 Provides toolchain binaries for building 64-bit Windows object files. | |
| 8 | |
| 9 Currently NaCl uses mingw-64's version of GNU "as" assembler because | |
| 10 it seems to be the only gnu-compatible assembler capable of emitting | |
| 11 64-bit COFF/PE+ object files. | |
| 12 | |
| 13 Since we are using only the compiled executable and no static libraries, | |
| 14 the LGPL's linking requirements would appear to be met. | |
| 15 | |
| 16 Local Modifications: | |
| 17 No Modifications | |
| OLD | NEW |