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.
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.