Skip to content

henry0312/build_gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build scripts for GCC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages