From 0c3c9625a0e6a4e8adb2c9f82ee6b277a0f20511 Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 8 Oct 2010 01:47:14 +0000 Subject: [PATCH] unwind.h was imported, gcc directory is no longer needed. --- lib/libthr/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index a51b446573c..c7c0e5ac4f5 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -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