An open API service indexing awesome lists of open source software.

https://github.com/msink/cygwin-cross-tools

Collection of cross-compilers running on windows (cygwin) and targeting linux and osx
https://github.com/msink/cygwin-cross-tools

Last synced: 3 months ago
JSON representation

Collection of cross-compilers running on windows (cygwin) and targeting linux and osx

Awesome Lists containing this project

README

          

# cygwin-cross-tools

Collection of cross-compilers running on windows (cygwin) and targeting:

| platform | word size | compiler | version | prefix |
|-----------|:---------:|:--------:|:-------:|:--------------------------------|
| linux | 64 bit | gcc | 4.8.2 | x86_64-pc-linux-gnu- |
| linux | 32 bit | gcc | 4.8.2 | i686-pc-linux-gnu- |
| linux-arm | 64 bit | gcc | 4.9.0 | aarch64-unknown-linux-gnu- |
| linux-arm | 32 bit | gcc | 4.8.2 | armv7hl-unknown-linux-gnueabi- |
| osx | 64 bit | clang | 3.9.0 | x86_64-apple-darwin14- |
| osx | 32 bit | clang | 3.9.0 | i386-apple-darwin14- |

### installed packages:
- zlib-develop

### alternative download links:
- [Dropbox](https://www.dropbox.com/s/v568l2cpxnum7rz/cygwin-cross.7z)
- [Yandex Disk](https://yadi.sk/d/knCTnE4632SanY)