Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update targets rs6000/amigaos.h for older GCC versions #21

Open
3246251196 opened this issue Dec 30, 2024 · 1 comment
Open

Update targets rs6000/amigaos.h for older GCC versions #21

3246251196 opened this issue Dec 30, 2024 · 1 comment

Comments

@3246251196
Copy link
Member

Does the amigaos.h file also need to be updated for gcc 8 / 6 ?

For GCC11 we updated the rs6000 amigaos.h file for newer targets/architectures - otherwise, we were getting assembly errors due to unknown op codes.

Should this also be the case for previous compilers?

@afxgroup

@3246251196 3246251196 changed the title Update targets rs6000/amigos.h for older GCC versions Update targets rs6000/amigaos.h for older GCC versions Dec 30, 2024
@afxgroup
Copy link

Version 6 is ok. Version 8 don't remember. But it is easy to test. Try to execute ppc-amigaos-gcc -mabi=altivec -maltivec and see it is working or not. Same for SAM specific flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants