From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118316 invoked by alias); 9 Apr 2015 11:23:41 -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 118305 invoked by uid 89); 9 Apr 2015 11:23:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mo4-p00-ob.smtp.rzone.de Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (81.169.146.220) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 09 Apr 2015 11:23:38 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT3ol15ykJcYwTPbBBR62PQx1xqvTHw== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (ip5b43a95f.dynamic.kabel-deutschland.de [91.67.169.95]) by smtp.strato.de (RZmta 37.5 DYNA|AUTH) with ESMTPSA id L02ba6r39BNYRkR (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Thu, 9 Apr 2015 13:23:34 +0200 (CEST) Message-ID: <55266135.20003@gjlay.de> Date: Thu, 09 Apr 2015 11:23:00 -0000 From: Georg-Johann Lay User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Sivanupandi, Pitchumani" , Denis Chertykov CC: GCC Patches , Joerg Wunsch , "Selvaraj, Senthil_Kumar" Subject: Re: [patch,avr]: Part2: Fix various problems with specs and specs file generation. References: <54F4BCA1.7080707@gjlay.de> <20150303132144.GC24277@atmel.com> <54FDC417.1000008@gjlay.de> <5523CEDE.1060204@gjlay.de> <55251030.1070305@gjlay.de> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00381.txt.bz2 Am 04/09/2015 um 12:59 PM schrieb Sivanupandi, Pitchumani: >> And what about the spaces problem as mentioned in >> >> http://savannah.nongnu.org/bugs/?44574 >> http://lists.gnu.org/archive/html/avr-libc-dev/2015-03/msg00010.html >> >> Art there plans to fix that? > > Yes. Will submit patch to avr-libc by next week. Thanks. > Regards, > Pitchumani If the device libs are moved, all the ~200 .dev/ directories will contain just 1 file each: crt1.o. Is it much work to tidy that up? (For example by renaming to, say, crt.o and moving them to a common place or to their natural multilib location.) Johann