From owner-svn-src-all@FreeBSD.ORG Fri Oct 8 13:48:22 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4037510656B4; Fri, 8 Oct 2010 13:48:22 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4784E8FC22; Fri, 8 Oct 2010 13:48:20 +0000 (UTC) Received: by ewy27 with SMTP id 27so397728ewy.13 for ; Fri, 08 Oct 2010 06:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=DDlReh4iUQEkuzzycR1rI8wXEiu5pZjTX8+ySKPDurI=; b=Sm+54xkhthz0TrIa/6KSbGCWK8XS6GEjF0HOGBYYBphd2Nk2wobySBT8a6AG5NKCS4 oywRrOJxINAMKAaVi8vwN0SrqhALvpytV01X4EJjw3oc2BcSHfuZvkhplAv03mOeh12Z IPYfnpftRDllSFXEgC0P5zNgID3vz9joLwu1M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=oY9PYd2lev//Fv+HnqNFSstqv013/4i2L0T60KgNwn/RvnK1N6fGe31dLiRcMTcM73 iRYeUPNiYKV/NrfQff2RapALgrAhqJ+TQPjBvOBHfLZEp4J/l+loZADh67KftmyJ5NAy LewwvQleLlUY+/4rP75XP5K+1dKCU6zm/u01Q= Received: by 10.213.35.6 with SMTP id n6mr1482140ebd.0.1286545699162; Fri, 08 Oct 2010 06:48:19 -0700 (PDT) Received: from kan.dnsalias.net (c-24-63-226-98.hsd1.ma.comcast.net [24.63.226.98]) by mx.google.com with ESMTPS id e17sm2514904qcs.22.2010.10.08.06.48.17 (version=SSLv3 cipher=RC4-MD5); Fri, 08 Oct 2010 06:48:17 -0700 (PDT) Date: Fri, 8 Oct 2010 09:48:06 -0400 From: Alexander Kabaev To: David Xu Message-ID: <20101008094806.502c1e5a@kan.dnsalias.net> In-Reply-To: <201010080147.o981lEZ6074243@svn.freebsd.org> References: <201010080147.o981lEZ6074243@svn.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/ZCjR5a=N9EuRzTSDcH0qnKU"; protocol="application/pgp-signature" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213539 - head/lib/libthr X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 13:48:22 -0000 --Sig_/ZCjR5a=N9EuRzTSDcH0qnKU Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 8 Oct 2010 01:47:14 +0000 (UTC) David Xu wrote: > Author: davidxu > Date: Fri Oct 8 01:47:14 2010 > New Revision: 213539 > URL: http://svn.freebsd.org/changeset/base/213539 >=20 > Log: > unwind.h was imported, gcc directory is no longer needed. >=20 > Modified: > head/lib/libthr/Makefile >=20 > Modified: head/lib/libthr/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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+=3D-I${.CURDIR}/../libthread_db CFLAGS+=3D-Winline > =20 > .ifndef NO_THREAD_UNWIND_STACK > -CFLAGS+=3D-I${.CURDIR}/../../contrib/gcc -fexceptions=20 > CFLAGS+=3D-D_PTHREAD_FORCED_UNWIND > .endif > =20 Thank you for pushing this to completion. --=20 Alexander Kabaev --Sig_/ZCjR5a=N9EuRzTSDcH0qnKU Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iD8DBQFMryEfQ6z1jMm+XZYRAnCeAJ0T/79MK93IMx0kjciK8c6lK/DrdACgvhEH z0rEWyVmASmyd8JUPVQq0rQ= =bsJp -----END PGP SIGNATURE----- --Sig_/ZCjR5a=N9EuRzTSDcH0qnKU--