[PATCH] tools/Makefile: fix {C,LD}FLAGS with CROSS_BUILD_TOOLS

2021-10-16 Thread Fabrice Fontaine
When CROSS_BUILD_TOOLS is set, set KBUILD_HOST{CF,LD}FLAGS to {C,LD}FLAGS otherwise CC will be used with HOST{C,LD}FLAGS which seems wrong. It should be noted that, for an unknown reason, overriding HOST{C,LD}FLAGS don't work. Signed-off-by: Fabrice Fontaine --- tools/Makefile | 3 ++- 1

Re: [U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS

2019-08-25 Thread Fabrice Fontaine
Le lun. 26 août 2019 à 07:57, Jan Kiszka a écrit : > > On 25.08.19 21:11, Fabrice Fontaine wrote: > > Le dim. 25 août 2019 à 17:49, Jan Kiszka a écrit : > >> > >> On 25.08.19 17:13, Fabrice Fontaine wrote: > >>> Le dim. 25 août 2019 à 16:11, Jan Kiszka

Re: [U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS

2019-08-25 Thread Fabrice Fontaine
Le dim. 25 août 2019 à 17:49, Jan Kiszka a écrit : > > On 25.08.19 17:13, Fabrice Fontaine wrote: > > Le dim. 25 août 2019 à 16:11, Jan Kiszka a écrit : > >> > >> On 25.08.19 15:43, Fabrice Fontaine wrote: > >>> Hello, > >>> Le dim. 25 aoû

Re: [U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS

2019-08-25 Thread Fabrice Fontaine
Le dim. 25 août 2019 à 16:11, Jan Kiszka a écrit : > > On 25.08.19 15:43, Fabrice Fontaine wrote: > > Hello, > > Le dim. 25 août 2019 à 13:44, Jan Kiszka a écrit : > >> > >> On 01.05.19 15:08, Fabrice Fontaine wrote: > >>> When CROSS_BUILD_TOO

Re: [U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS

2019-08-25 Thread Fabrice Fontaine
Hello, Le dim. 25 août 2019 à 13:44, Jan Kiszka a écrit : > > On 01.05.19 15:08, Fabrice Fontaine wrote: > > When CROSS_BUILD_TOOLS is set, set HOSTCFLAGS to CFLAGS otherwise CC > > will be used with HOSTCFLAGS which seems wrong > > > > Signed-off-by: Fabrice

[U-Boot] [PATCH] Make FIT support really optional

2019-05-03 Thread Fabrice Fontaine
/package/uboot-tools/0003-Make-FIT-support-really-optional.patch] Signed-off-by: Fabrice Fontaine --- common/bootm.c | 2 ++ include/bootm.h | 2 ++ tools/Makefile | 6 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/bootm.c b/common/bootm.c index b5d37d38db..d1937516

[U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS

2019-05-01 Thread Fabrice Fontaine
When CROSS_BUILD_TOOLS is set, set HOSTCFLAGS to CFLAGS otherwise CC will be used with HOSTCFLAGS which seems wrong Signed-off-by: Fabrice Fontaine --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 12a3027e23..eadeba417d 100644 --- a