CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/09/02 10:39:12
Modified files:
devel/libstdthreads: Makefile
Added files:
devel/libstdthreads/patches: patch-threads_h
Log message:
Let libstdthreads build on base-gcc archs
Building this with base-gcc may be possible but looks more convoluted.
So just switch to ports-gcc. Sadly the code uses __has_extension()
which has only been added to gcc >= 14 so we still not to work around
that. Tested on sparc64, ok kmos@ matthieu@
