Skip to content

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