From mboxrd@z Thu Jan 1 00:00:00 1970 From: ljrittle@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, harri.pasanen@trema.com, ljrittle@gcc.gnu.org, nobody@gcc.gnu.org Subject: Re: bootstrap/3314: --enable-threads does not seem to be working for HP-UX 11.00 Date: Thu, 21 Jun 2001 14:34:00 -0000 Message-id: <20010621213400.29361.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg00930.html List-Id: Synopsis: --enable-threads does not seem to be working for HP-UX 11.00 Responsible-Changed-From-To: unassigned->ljrittle Responsible-Changed-By: ljrittle Responsible-Changed-When: Thu Jun 21 14:33:59 2001 Responsible-Changed-Why: Mine. State-Changed-From-To: open->analyzed State-Changed-By: ljrittle State-Changed-When: Thu Jun 21 14:33:59 2001 State-Changed-Why: This is known but not well-documented behavior. On the mainline in gcc/doc/install.texi, the issue is now clarified: In general, the best (and, in many cases, the only known) threading model available will be configured for use. Beware that on some systems, gcc has not been taught what threading models are generally available for the system. In this case, @option{--enable-threads} is an alias for @option{--enable-threads=single}. It would be better to abort the early configuration with an error in this case than to silently drop a user-provided switch, but the patches to make that so have not been fully submitted or applied yet. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3314&database=gcc