This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [patch,avr]: Part2: Fix various problems with specs and specs file generation.


> -----Original Message-----
> From: Georg-Johann Lay [mailto:avr@gjlay.de]
> Sent: Thursday, April 09, 2015 4:54 PM
> 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.
> 
> 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/<device> directories will
> contain just 1 file each: crt1.o.  Is it much work to tidy that up?  (For
> example by renaming to, say, crt<device>.o and moving them to a
> common place or to their natural multilib location.)

No, It is possible to do with the same patch.
I'll rename crt1.o to crt<device>.o and move it to multilib location.

Regards,
Pitchumani

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]