tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

Document changes now that this has been merged to the author's repo. #393

Closed jlsantiago0 closed 10 months ago

jlsantiago0 commented 10 months ago

Document changes now that this has been merged to the author's repo. Also document that this works with GCC-10.5.0.

jlsantiago0 commented 10 months ago

BTW. I found the test scripts useful to build non-trivial packages using the toolchain, some of which use artifacts from from the other test builds. For instance the Build of OpenSSL-3.x which is then used to build WGet and CURL.

If you would be willing to accept something in your master branch, perhaps i could extend the scripts to test Clang toolchains and the libstdc++ and libc++ runtimes and the newer architectures.

If this is something that would be useful, let me know and I can try and make some time to improve them and make a PR for master.

tpoechtrager commented 10 months ago

An external test or build script repo for common libraries (curl, sdl2, openssl, libressl, zlib, ...) could be a useful addition. However, I don't think these should be directly in the master branch.

Btw CDEBUG=1 should be OCDEBUG=1.

jlsantiago0 commented 10 months ago

An external test or build script repo for common libraries (curl, sdl2, openssl, libressl, zlib, ...) could be a useful addition. However, I don't think these should be directly in the master branch.

Btw CDEBUG=1 should be OCDEBUG=1.

OK. I changed CDEBUG=1 to OCDEBUG=1.

I will consider making an external repo for these tests when i find some time. Thank you for considering my PR.