Re: qa.sh stripped warning

2016-10-13 Thread Mathieu Arnold
Le 12/10/2016 à 20:15, Kyle Evans a écrit : > Hi, > > On Wed, Oct 12, 2016 at 10:35 AM, Mathieu Arnold wrote: >> The warning will never be turned into errors. Maybe add a comment to the >> makefile saying that files must not be stripped. Maybe a bit like go >> ports do it, something like: >> >> ST

Re: qa.sh stripped warning

2016-10-12 Thread Kyle Evans
Hi, On Wed, Oct 12, 2016 at 10:35 AM, Mathieu Arnold wrote: > The warning will never be turned into errors. Maybe add a comment to the > makefile saying that files must not be stripped. Maybe a bit like go > ports do it, something like: > > STRIP= # Elf firmwares, do not strip Thanks for the sug

Re: qa.sh stripped warning

2016-10-12 Thread Mathieu Arnold
Le 12/10/2016 à 16:29, Kyle Evans a écrit : > Hello! > > I've got a port with a dozen+ ELF binaries for microcontroller > firmware that I don't think I should be stripping, but qa.sh does not > like this. They're *.elf and *.lib files, so I don't know that adding > these to the general exception of

qa.sh stripped warning

2016-10-12 Thread Kyle Evans
Hello! I've got a port with a dozen+ ELF binaries for microcontroller firmware that I don't think I should be stripping, but qa.sh does not like this. They're *.elf and *.lib files, so I don't know that adding these to the general exception of `find` in stripped() is necessarily a good idea, but i