tpoechtrager / osxcross

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

No 32 bit binaries being built #368

Closed L-Har closed 1 year ago

L-Har commented 1 year ago

I used the ./tools/gen_sdk_package_pbzx.sh .xip file when packing the sdk and followed the installation instructions. However The target/bin directory only includes 64 bit compilers.

Is there any tweak I could do to get the o32-clang compiler built? Should I fall back to a older sdk?

philippe44 commented 1 year ago

I think the log explicitly mentions that after SDK 11, 32-bits compilers will not be built

L-Har commented 1 year ago

Thanks, philippe44