bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

Add supported processors to README #371

Closed danboid closed 8 months ago

danboid commented 8 months ago

I've not tried amiga-gcc yet but I'd like to use it to build for my unaccelerated A600 w/ Kickstart 3.1. Does it support building for the 68000? It says it supports Kickstart 1.3 so I presume it supports the 68000 as a build target?

It would be good if the README covered which 680XX CPUs amiga-gcc supports. Does it support and can it optimize for everything from the 68000 all the way through to the 68060? Are there any exceptions or gotchas?

MBeijer commented 8 months ago

All of them, even some optimizations for the Vampire/Apollo 68080

danboid commented 8 months ago

Excellent!

That is the response I was hoping for. Maybe add a note that that is the case to the README?

MBeijer commented 8 months ago

You could always make a PR to add this information.

danboid commented 8 months ago

Will do.

Thanks