Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2010 01:53:33 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213541 - head/lib/libthr
Message-ID:  <201010080153.o981rXZs074481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: davidxu
Date: Fri Oct  8 01:53:33 2010
New Revision: 213541
URL: http://svn.freebsd.org/changeset/base/213541

Log:
  Oops, don't remove -fexceptions flag.

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile	Fri Oct  8 01:52:01 2010	(r213540)
+++ head/lib/libthr/Makefile	Fri Oct  8 01:53:33 2010	(r213541)
@@ -27,6 +27,7 @@ CFLAGS+=-I${.CURDIR}/../libthread_db
 CFLAGS+=-Winline
 
 .ifndef NO_THREAD_UNWIND_STACK
+CFLAGS+=-fexceptions
 CFLAGS+=-D_PTHREAD_FORCED_UNWIND
 .endif
 



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