head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.01.22.01.23.18;	author reg;	state dead;
branches;
next	1.1;

1.1
date	2000.12.21.19.40.44;	author reg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add PSM support.

Submitted by:	nsayer

Remove use of libgcc_r, since it was so uncerimoniously removed.  If this
doesn't work on -stable, then -stable is broken, and someone needs to fix
it...

Submitted by:	Roman Shterenzon <roman@@xpert.com>

Use sched_getpriority_max(), instead of hard coded value.

Submitted by:	Peter Haight <peterh@@sapros.com>, dufault

Revise pkg-comment and pkg-descr.

PR:		24296
Submitted by:	roam

Enable SVG support, and disable C++ exceptions (since they will only slow
things down).
@
text
@--- js/src/Makefile.in.orig	Thu Dec 21 01:23:12 2000
+++ js/src/Makefile.in	Thu Dec 21 01:23:22 2000
@@@@ -218,7 +218,7 @@@@
 endif
 
 ifeq ($(OS_ARCH),FreeBSD)
-LDFLAGS		+= -pthread
+LDFLAGS		+= -pthread -lgcc_r
 endif
 ifeq ($(OS_ARCH),IRIX)
 ifdef USE_N32
@


1.1
log
@Explictly link against libgcc_r, to work around bugs in 4.2-RELEASE onwards
and -CURRENT.  I'm still not sure why the bug was exposed only recently, but
it is due to libstdc++ being linked without the -nostdlib option (causing it
to be statically linked against libgcc even for the threaded case).

Thanks to Andrew Bliznak <andrew@@ort.lviv.net> for testing this.
@
text
@@

