Skip to content

aeste/gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AESTE GCC Port

This is a port of the upstream GNU compiler collection to AESTE platforms.

The purpose of maintaining this port is as a record/archive of the upstream code. It will also be our main repository for any customisations made to the upstream code.

Historical Summary

  • 12.03: GCC-4.6.3 release.
  • 12.02: GCC-4.6.2 release.

Code Organisation

This repository is organised using the structure proposed at nvie.com with two main public branches:

  • master - holds the tagged public release code. Track this branch if you only wish to receive hotfixes and work on stable code.

  • develop - holds the active development branch. Track this branch if you wish to stay updated with all the latest developments and work on unstable code.

If you wish to contribute to the development of this port, please fork this repository, make your changes and perform a pull request.

Upstream Repository

This repository is a fork of the upstream SVN repository hosted at svn://gcc.gnu.org/svn/gcc

Reporting Bugs

Any bugs spotted in the upstream code should be reported to the upstream source. Any bugs for our custom code should be reported using the issues page at the github repository.