Re: [PATCH v1] tools: use HOSTCC/CPP to compile rombios code and helper

2020-05-18 Thread Wei Liu
On Mon, May 18, 2020 at 04:44:00PM +0200, Olaf Hering wrote: > Use also HOSTCFLAGS for biossums while touching the code. > > Spotted by inspecting build logfile. > > Signed-off-by: Olaf Hering Acked-by: Wei Liu > --- > tools/firmware/rombios/Makefile | 4 ++-- > 1 file changed, 2

Re: [PATCH v1] tools: use HOSTCC/CPP to compile rombios code and helper

2020-05-18 Thread Andrew Cooper
On 18/05/2020 15:44, Olaf Hering wrote: > Use also HOSTCFLAGS for biossums while touching the code. > > Spotted by inspecting build logfile. > > Signed-off-by: Olaf Hering Acked-by: Andrew Cooper

[PATCH v1] tools: use HOSTCC/CPP to compile rombios code and helper

2020-05-18 Thread Olaf Hering
Use also HOSTCFLAGS for biossums while touching the code. Spotted by inspecting build logfile. Signed-off-by: Olaf Hering --- tools/firmware/rombios/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firmware/rombios/Makefile