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

Get the compiler to build and work on arm32 Linux #3570

Merged
merged 1 commit into from
May 19, 2024

Conversation

jasonKercher
Copy link
Contributor

This fixes #3529. I had to change the target_triple for the arm32 Linux target. 32-bit arm is weird with target_triple, so we may want to consider adding the ability to override it or we could just add targets for stuff like arm-none-eabi or arm-linux-gnu-eabi.

@gingerBill gingerBill merged commit 8dec4f6 into odin-lang:master May 19, 2024
4 checks passed
@jasonKercher jasonKercher deleted the linux-arm32 branch May 21, 2024 10:44
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

Successfully merging this pull request may close these issues.

linking issues on arm32 Linux
2 participants