From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26311 invoked by alias); 9 May 2011 17:15:44 -0000 Received: (qmail 26303 invoked by uid 22791); 9 May 2011 17:15:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 May 2011 17:15:30 +0000 Received: from hpaq13.eem.corp.google.com (hpaq13.eem.corp.google.com [172.25.149.13]) by smtp-out.google.com with ESMTP id p49HFTw2030145 for ; Mon, 9 May 2011 10:15:29 -0700 Received: from pvh1 (pvh1.prod.google.com [10.241.210.193]) by hpaq13.eem.corp.google.com with ESMTP id p49HFDG7015502 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 9 May 2011 10:15:27 -0700 Received: by pvh1 with SMTP id 1so3298069pvh.31 for ; Mon, 09 May 2011 10:15:27 -0700 (PDT) Received: by 10.68.3.139 with SMTP id c11mr5719594pbc.277.1304961263479; Mon, 09 May 2011 10:14:23 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id y8sm4219329pba.51.2011.05.09.10.14.22 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 May 2011 10:14:22 -0700 (PDT) From: Ian Lance Taylor To: =?utf-8?B?RG91ZyBLd2FuICjpl5zmjK/lvrcp?= Cc: binutils , "Beare\, Bruce J" Subject: Re: [PATCH] allow setting LDFLAGS_FOR_TARGET in top-level configuration. References: Date: Mon, 09 May 2011 17:15:00 -0000 In-Reply-To: ("Doug Kwan =?utf-8?B?KOmXnOaMr+W+tykiJ3M=?= message of "Mon, 9 May 2011 01:14:03 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00108.txt.bz2 "Doug Kwan (=E9=97=9C=E6=8C=AF=E5=BE=B7)" writes: > This is a merge from gcc rev 173558. The x86 android toolchain needs > this to build. Okay to check in? It's always OK to merge changes to the top-level files from the gcc repository to the src repository. It is extremely helpful if you merge all changes when you merge some. Ian