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

2015-04-15 Thread Sivanupandi, Pitchumani
umar > Subject: RE: [patch,avr]: Part2: Fix various problems with specs and specs > file generation. ... > > > > 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 exam

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

2015-04-09 Thread Sivanupandi, Pitchumani
> -Original Message- > From: Georg-Johann Lay [mailto:a...@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 wi

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

2015-04-09 Thread Georg-Johann Lay
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

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

2015-04-09 Thread Sivanupandi, Pitchumani
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Wednesday, April 08, 2015 4:56 PM > To: Denis Chertykov > Cc: Sivanupandi, Pitchumani; GCC Patches; Joerg Wunsch; Selvaraj, > Senthil_Kumar > Subject: Re: [patch,avr]: Part2: Fix various pr

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

2015-04-08 Thread Georg-Johann Lay
Am 04/08/2015 um 10:28 AM schrieb Denis Chertykov: 2015-04-07 15:34 GMT+03:00 Georg-Johann Lay : Am 04/06/2015 um 11:54 AM schrieb Sivanupandi, Pitchumani: Hi Johann, Did you try running g++ tests? It seems xgcc is invoked to get multilibs (from gcc/testsuite/lib/g++.exp) which failed to find

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

2015-04-08 Thread Denis Chertykov
2015-04-07 15:34 GMT+03:00 Georg-Johann Lay : > Am 04/06/2015 um 11:54 AM schrieb Sivanupandi, Pitchumani: >> >> Hi Johann, >> >> Did you try running g++ tests? >> It seems xgcc is invoked to get multilibs (from gcc/testsuite/lib/g++.exp) >> which failed to find specs file. > > > > This is because

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

2015-04-07 Thread Georg-Johann Lay
Am 04/06/2015 um 11:54 AM schrieb Sivanupandi, Pitchumani: Hi Johann, Did you try running g++ tests? It seems xgcc is invoked to get multilibs (from gcc/testsuite/lib/g++.exp) which failed to find specs file. This is because libgloss.exp:get_multilibs (used from g++_init) runs xgcc ($compil

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

2015-04-06 Thread Sivanupandi, Pitchumani
Behalf Of Georg-Johann Lay > Sent: Monday, March 09, 2015 9:33 PM > To: Selvaraj, Senthil_Kumar > Cc: Denis Chertykov; GCC Patches; Joerg Wunsch; Joern Rennecke > Subject: Re: [patch,avr]: Part2: Fix various problems with specs and specs > file generation. > > Am 03/03/2015 um

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

2015-03-09 Thread Denis Chertykov
2015-03-09 19:02 GMT+03:00 Georg-Johann Lay : > Am 03/03/2015 um 02:21 PM schrieb Senthil Kumar Selvaraj: >> >> On Mon, Mar 02, 2015 at 08:40:17PM +0100, Georg-Johann Lay wrote: >>> >>> The new specs file generation introduces several problems. This patch >>> >>> - Fix build warnings >>> >>> - Cle

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

2015-03-09 Thread Georg-Johann Lay
Am 03/03/2015 um 02:21 PM schrieb Senthil Kumar Selvaraj: On Mon, Mar 02, 2015 at 08:40:17PM +0100, Georg-Johann Lay wrote: The new specs file generation introduces several problems. This patch - Fix build warnings - Clean up unused code and the old, now dead specs definitions. - Removes unu