Skip to content
Discussion options

You must be logged in to vote

The gcc fork contains some patches that are necessary to build classic mac software (see the README). Most of these are more relevant for 68K, but some apply to PPC.

When I update to a new gcc version, my process is as follows:

  • I import the upstream versions of gcc, binutils & newlib into the upstream brach
  • I create a new branch from master and merge upstream into it
  • I spend a day or two resolving conflicts
  • I look at diffs between old upstream & master to double-check whether everything important made it to the new version
  • Some testing and some fixing of regressions
  • merge to master

I don't have the capacity to do that for every gcc release, but so far I've managed to do it 'occasionally…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IoIxD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants