Re: [PATCH execline] Fix CC variable in cross compile environment

2019-10-21 Thread Laurent Bercot
Since a new release is coming soon, is there any chance to apply another cross compile patch[1]? Applied, thanks for the reminder. New versions pushed, release announcement coming soon. -- Laurent

Re: [PATCH execline] Fix CC variable in cross compile environment

2019-10-21 Thread Shengjing Zhu
Hi Laurent, On Mon, Oct 21, 2019 at 11:14 PM Laurent Bercot wrote: > > > Confirmed; I must have been confused when testing earlier. > Fix pushed, thanks Shengjing. > Bugfix releases coming soon. > Since a new release is coming soon, is there any chance to apply another cross compile patch[

Re: [PATCH execline] Fix CC variable in cross compile environment

2019-10-21 Thread Laurent Bercot
Confirmed; I must have been confused when testing earlier. Fix pushed, thanks Shengjing. Bugfix releases coming soon. -- Laurent

Re: [PATCH execline] Fix CC variable in cross compile environment

2019-10-20 Thread Laurent Bercot
Makefile uses CC instead of $(CROSS_COMPILE)$(CC), So CC shouldn't strip cross prefix when configure. That sounds right, but ISTR testing it when I made the change and it worked when cross-compiling. There must have been something else going on; I will test tomorrow and possibly apply. Thanks

[PATCH execline] Fix CC variable in cross compile environment

2019-10-20 Thread Shengjing Zhu
This patch fixes execline, but other softwares like s6 should be fixed as well. With commit fc7958ecb1c4d5b06521e1ca42f0b48b514e27e1, Makefile uses CC instead of $(CROSS_COMPILE)$(CC), So CC shouldn't strip cross prefix when configure. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 delet