| OLD | NEW |
| 1 URL: http://sourceforge.net/projects/mingw-w64/ | 1 URL: http://sourceforge.net/projects/mingw-w64/ |
| 2 Version: 1.0 | 2 Version: 1.0 |
| 3 License: LGPL | 3 License: GPL3 |
| 4 License File: LICENSE | 4 License File: LICENSE |
| 5 | 5 |
| 6 Description: | 6 Description: |
| 7 Provides toolchain binaries for building 64-bit Windows object files. | 7 Provides toolchain binaries for building 64-bit Windows object files. |
| 8 | 8 |
| 9 Binaries found at http://sourceforge.net/projects/mingw-w64/files/ |
| 10 |
| 9 Currently NaCl uses mingw-64's version of GNU "as" assembler because | 11 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 | 12 it seems to be the only gnu-compatible assembler capable of emitting |
| 11 64-bit COFF/PE+ object files. | 13 64-bit COFF/PE+ object files. |
| 12 | 14 |
| 13 Since we are using only the compiled executable and no static libraries, | 15 Note we are just using this tool to do the build. |
| 14 the LGPL's linking requirements would appear to be met. | 16 We are not redistributing it. |
| 15 | 17 |
| 16 Local Modifications: | 18 Local Modifications: |
| 17 No Modifications | 19 No Modifications |
| OLD | NEW |