Subject: lang/gcc34-ada and threading model
To: None <pkgsrc-users@netbsd.org>
From: Raymond Meyer <raymond.meyer@rambler.ru>
List: pkgsrc-users
Date: 07/28/2006 10:43:48
Hi, I noticed lang/gcc34-ada/Makefile has the following line:

CONFIGURE_ARGS+=        --enable-threads=gnat

Does anyone know how this differes from native posix threads? I looked at
online documentation at gcc.gnu.org, but they don't explain what
advantages/disadvantages different threading models have, or which one is the
optimal one.