svn commit: r213539 - head/lib/libthr

David Xu davidxu at FreeBSD.org
Fri Oct 8 01:47:14 UTC 2010


Author: davidxu
Date: Fri Oct  8 01:47:14 2010
New Revision: 213539
URL: http://svn.freebsd.org/changeset/base/213539

Log:
  unwind.h was imported, gcc directory is no longer needed.

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile	Fri Oct  8 01:17:22 2010	(r213538)
+++ head/lib/libthr/Makefile	Fri Oct  8 01:47:14 2010	(r213539)
@@ -27,7 +27,6 @@ CFLAGS+=-I${.CURDIR}/../libthread_db
 CFLAGS+=-Winline
 
 .ifndef NO_THREAD_UNWIND_STACK
-CFLAGS+=-I${.CURDIR}/../../contrib/gcc -fexceptions 
 CFLAGS+=-D_PTHREAD_FORCED_UNWIND
 .endif
 


More information about the svn-src-head mailing list