tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Changing the default .zoo extractor



Am 20.04.25 um 20:55 schrieb Benny Siegert:

The thing I am more concerned about is that objfw is in Objective-C. Not all platforms have an Objective-C compiler built in, particularly older / more exotic ones. If we have to build a GCC with Objective-C support, that's a pretty hefty dependency.

I believe we already have the mechanisms in place to check if GCC supports Objective-C (the case on almost all distros) and build a GCC if not. Or, in this case, better clang :).

I've also updated devel/objfw now to work on all architectures and just use GCC on those not supported by Clang, similar to how Debian does it.

--
Jonathan


Home | Main Index | Thread Index | Old Index