From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34439 invoked by alias); 2 Jun 2017 10:25:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 34420 invoked by uid 89); 2 Jun 2017 10:25:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:526 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Jun 2017 10:25:05 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88CF8C04B31E; Fri, 2 Jun 2017 10:25:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 88CF8C04B31E Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 88CF8C04B31E Received: from localhost (unknown [10.33.36.83]) by smtp.corp.redhat.com (Postfix) with ESMTP id 388427A439; Fri, 2 Jun 2017 10:25:08 +0000 (UTC) Date: Fri, 02 Jun 2017 10:25:00 -0000 From: Jonathan Wakely To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [patch] Fix libstdc++ build for Android Message-ID: <20170602102507.GC12306@redhat.com> References: <5216026.Gyi1srsuNT@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5216026.Gyi1srsuNT@polaris> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017-06/txt/msg00106.txt.bz2 On 02/06/17 10:37 +0200, Eric Botcazou wrote: >Hi, > >libstdc++-v3 already contains support but doesn't build for Android. Now GDB >has switched to C++, which means that you need a C++ cross-build for GDBserver >in order to debug a program on the target. > >Tested on x86_64-suse-linux and arm-linux-androideab, OK for mainline? The libstdc++/src/filesystem/dir.cc change is OK. I'll probably backport that too (as I tend to keep the filesystem sources in sync on the branches).