sba1 / adtools

Experimental GNU toolchain for AmigaOS
31 stars 18 forks source link

-athread (pthread) / clib2 #128

Open 3246251196 opened 1 year ago

3246251196 commented 1 year ago

athread is an option introduced during the patching.

native, pthread or single.

native uses the AmigaOS directly without any intermediate layer like clib2.

pthread uses the pthread libs. Since work is going on with clib2 (afxgroup), then should we consider some love for -athread=pthread again which would use afxgroup clib2 (at least for mcrt=clib2) ?

See also: https://github.com/sba1/adtools/issues/64.