multiarch / crossbuild

:earth_africa: multiarch cross compiling environments
MIT License
933 stars 141 forks source link

Support for BSD targets? #58

Open mcandre opened 3 years ago

mcandre commented 3 years ago

Hello,

I am curious about using crossbuild to manage some more fringe ports. Could crossbuild add support for compiling BSD targets? For example, FreeBSD.

nightah commented 2 years ago

Would love to see this supported.

From what I understand this is possible with clang, you just need to include the relevant FreeBSD/Architecture sysroot in the container.

gotson commented 1 year ago

did you check https://github.com/SpectraLogic/freebsd-cross-build ?