Re: [PATCH v5 1/5] Shared library support

2016-03-16 Thread Masahiro Yamada
Hi Emese, 2016-03-15 5:14 GMT+09:00 Emese Revfy : > On Fri, 11 Mar 2016 15:19:33 +0900 > Masahiro Yamada wrote: > >> As an alternative, you can add needed build rules >> into tools/gcc/Makefile, not scripts/Makefile.host >> >> I guess these rule won't be used in other places. > > I think it is b

Re: [PATCH v5 1/5] Shared library support

2016-03-14 Thread Emese Revfy
On Fri, 11 Mar 2016 15:19:33 +0900 Masahiro Yamada wrote: > As an alternative, you can add needed build rules > into tools/gcc/Makefile, not scripts/Makefile.host > > I guess these rule won't be used in other places. I think it is better if the rules stay under scripts/ because I expect that t

Re: [PATCH v5 1/5] Shared library support

2016-03-10 Thread Masahiro Yamada
Hi Emese, 2016-03-07 8:03 GMT+09:00 Emese Revfy : > Infrastructure for building independent shared library targets. > This effectively also reverts commit 62e2210798ed38928ab24841e8b4878a > (Masahiro Yamada, kbuild: drop shared library support from Makefile.host). > > Signed-off-by: Emese Revfy >

Re: [PATCH v5 1/5] Shared library support

2016-03-07 Thread Emese Revfy
On Mon, 7 Mar 2016 13:05:16 -0800 Kees Cook wrote: > On Sun, Mar 6, 2016 at 3:03 PM, Emese Revfy wrote: > > Infrastructure for building independent shared library targets. > > This effectively also reverts commit 62e2210798ed38928ab24841e8b4878a > > (Masahiro Yamada, kbuild: drop shared library

Re: [PATCH v5 1/5] Shared library support

2016-03-07 Thread Kees Cook
On Sun, Mar 6, 2016 at 3:03 PM, Emese Revfy wrote: > Infrastructure for building independent shared library targets. > This effectively also reverts commit 62e2210798ed38928ab24841e8b4878a > (Masahiro Yamada, kbuild: drop shared library support from Makefile.host). Should this literally be a reve

[PATCH v5 1/5] Shared library support

2016-03-06 Thread Emese Revfy
Infrastructure for building independent shared library targets. This effectively also reverts commit 62e2210798ed38928ab24841e8b4878a (Masahiro Yamada, kbuild: drop shared library support from Makefile.host). Signed-off-by: Emese Revfy --- scripts/Makefile.build | 2 +- scripts/Makefile.clean |