Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 1998 17:46:16 -0400 (EDT)
From:      Brian Cully <shmit@rcn.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8389: [PATCH] Add pthread support to TenDRA.
Message-ID:  <199810202146.RAA04151@natasya.noc.erols.net>

next in thread | raw e-mail | index | archive | help

>Number:         8389
>Category:       ports
>Synopsis:       Add pthreads support to TenDRA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 20 14:50:00 PDT 1998
>Last-Modified:
>Originator:     Brian Cully
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD-current.

>Description:

	This patch adds pthreads support to TenDRA. If you specify -Ypthread,
	TenDRA will link with -lc_r instead of -lc.

>How-To-Repeat:

>Fix:

*** /dev/null	Wed Dec 31 19:00:00 1969
--- patches/patch-ai	Tue Oct 20 17:34:56 1998
***************
*** 0 ****
--- 1,7 ----
+ *** /dev/null	Wed Dec 31 19:00:00 1969
+ --- src/lib/env/freebsd/common/80x86/pthread	Tue Oct 20 17:29:43 1998
+ ***************
+ *** 0 ****
+ --- 1,2 ----
+ + /* Build with pthreads library, not standard C library. */
+ + +SYS_LIBC	"-lc_r"
*** pkg/PLIST.orig	Thu Oct  8 05:28:43 1998
--- pkg/PLIST	Tue Oct 20 17:35:06 1998
***************
*** 1406,1411 ****
--- 1406,1412 ----
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-noframe
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-noieee
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/K-prom
+ lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/pthread
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Versions
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Xa
  lib/TenDRA/machines/freebsd/%OSREL%/80x86/env/Xc
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810202146.RAA04151>