Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henry0312/build_gcc

Build scripts for GCC
https://github.com/henry0312/build_gcc

Last synced: 3 months ago
JSON representation

Build scripts for GCC

Awesome Lists containing this project

README

        

# gcc.sh
you can build a native compilr.
See help `./gcc.sh -h`

$ chmod +x gcc.sh
$ ./gcc.sh

Tested on

- OS X 10.8.2
- CentOS 5.8 x86_64

# gcc-mingw-w64.sh
you can build a cross Win32 and Win64 compiler.
See help `./gcc-mingw-w64.sh -h`

$ chmod u+x gcc-mingw-w64.sh
$ ./gcc-mingw-w64.sh

Tested on

- OS X 10.8.2
- CentOS 5.8 x86_64
- Cygwin 1.7.17-1