Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henry0312/build_gcc
- Owner: henry0312
- License: mit
- Created: 2012-12-08T09:40:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T13:24:56.000Z (almost 12 years ago)
- Last Synced: 2024-07-19T17:41:16.792Z (4 months ago)
- Language: Shell
- Size: 114 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcc.sh
you can build a native compilr.
See help `./gcc.sh -h`$ chmod +x gcc.sh
$ ./gcc.shTested 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.shTested on
- OS X 10.8.2
- CentOS 5.8 x86_64
- Cygwin 1.7.17-1