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

Add support for M1 Mac #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vjspranav
Copy link

  • wref to issue Add support for M1 Mac (ARM) #13
  • We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay
  • and we can make use of it's capabilities to compile x86 instructions on arm machine

* wref to issue IUCompilerCourse#13
* We do this with the help of inbuilt arch command "Rosetta 2", For now Rosetta is here to stay
* and we can make use of it's capabilities to compile x86 instructions on arm machine
@swatson555
Copy link

I've also made changes to the code base for building on macintosh based on work done here.

Some thoughts I had are changing CC to clang -arch x86_64 is enough for building and, matching on the just the OS is probably enough since this would work on both variants of macintosh that are common.

swatson555@ed54e16

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.

2 participants