From owner-freebsd-toolchain@FreeBSD.ORG Sun Feb 3 20:45:17 2013 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71D18CA9; Sun, 3 Feb 2013 20:45:17 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 2FCFE9AA; Sun, 3 Feb 2013 20:45:17 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a952:1158:bfb6:380] (unknown [IPv6:2001:7b8:3a7:0:a952:1158:bfb6:380]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 33E145C5A; Sun, 3 Feb 2013 21:45:15 +0100 (CET) Message-ID: <510ECC5A.3010600@andric.com> Date: Sun, 03 Feb 2013 21:45:14 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Yamaya Takashi Subject: Re: [patch]r246028, libcxxrt's Version.map is broken References: <510AF84C.2080702@kbh.biglobe.ne.jp> <510BDF20.8010502@kbh.biglobe.ne.jp> In-Reply-To: <510BDF20.8010502@kbh.biglobe.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 20:45:17 -0000 On 2013-02-01 16:28, Yamaya Takashi wrote: > On 2013/02/01 08:03, Yamaya Takashi wrote: >> After r246028, make buildworld with -stdlib=libc++ -std=c++11 is failed. >> libcxxrt's Version.map is broken, because some needed symbols are removed. > Add missing symbol and refine. Thank you very much. I have verified that your patch makes building world with -stdlib=libc++ work. I have committed it in r246297. -Dimitry