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

This commit is contained in:
David Xu 2010-10-08 01:47:14 +00:00
parent 2c7dee3bf5
commit 0c3c9625a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213539

View File

@ -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