From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19018 invoked by alias); 7 Mar 2012 08:56:26 -0000 Received: (qmail 18996 invoked by uid 22791); 7 Mar 2012 08:56:25 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Mar 2012 08:56:13 +0000 Received: by lagw12 with SMTP id w12so7895498lag.20 for ; Wed, 07 Mar 2012 00:56:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.29.166 with SMTP id l6mr393092lbh.78.1331110571155; Wed, 07 Mar 2012 00:56:11 -0800 (PST) Received: by 10.112.117.129 with HTTP; Wed, 7 Mar 2012 00:56:11 -0800 (PST) In-Reply-To: <4f56f0ab.c107440a.725e.3322SMTPIN_ADDED@mx.google.com> References: <4f56f0ab.c107440a.725e.3322SMTPIN_ADDED@mx.google.com> Date: Wed, 07 Mar 2012 08:56:00 -0000 Message-ID: Subject: Re: [Ping][PATCH, libstdc++-v3] Enable to cross-test libstdc++ on simulator From: Jonathan Wakely To: Terry Guo Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org, ro@cebitec.uni-bielefeld.de, mikestump@comcast.net, Richard Earnshaw , bonzini@gnu.org Content-Type: text/plain; charset=ISO-8859-1 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 X-SW-Source: 2012-03/txt/msg00465.txt.bz2 On 7 March 2012 05:22, Terry Guo wrote: > Hello, > > Can anybody please review and approve the following simple patch? Thanks > very much. > > http://gcc.gnu.org/ml/libstdc++/2011-08/msg00063.html I'll test it on x86_64-linux as soon as trunk is able to build again.