-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bigsur m1 newlib41 #101
base: master
Are you sure you want to change the base?
Bigsur m1 newlib41 #101
Conversation
* Enable libgomp * Add pthread to LIB_SPEC * add pthread as driver option * enable libgomp build * buildscripts: fix libgomp for windows
Not sure if this PR is still in development, but I tried it and I was able to build the vita-sdk toolchain on a mac M1 host. I only had one issue with a Thanks for sharing! |
basic_machine=$basic_machine-pc | ||
;; | ||
+ aarch64-apple|x86-64-apple) | ||
+ ;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about split two file; 1. keep old patch to fix long long size 2. add new patch to support *-apple
I have tested this gcc 11 toolchain built on M1 (arm), and I tried to build the VitaShell project. Here's an example, regarding
I installed the libraries using I'm not sure if I should rebuild all the vita-sdk libraries with gcc11 or if something went wrong when I built the toolchain. |
You need to compile each library. Vdpm is using GCC 10 and on this GCC 11 we needed to move to no-short-enums |
thanks for the confirmation 👍 (and apologies for hijacking the PR 😅 ) |
No description provided.