Re: [U-Boot] [PATCH] pylibfdt: Add missing CC and LD to Makefile

2018-05-18 Thread Marek Vasut
On 05/18/2018 03:38 AM, Simon Glass wrote: > On 17 May 2018 at 14:18, Marek Vasut wrote: >> >> Add missing CC and LDSHARED variables to the Makefile to pass the >> correct C compiler and linker path to the build of _libfdt.so . >> >> Signed-off-by: Marek Vasut >> Cc: Tom Rini >> Cc: Masahiro Yam

Re: [U-Boot] [PATCH] pylibfdt: Add missing CC and LD to Makefile

2018-05-17 Thread Simon Glass
On 17 May 2018 at 14:18, Marek Vasut wrote: > > Add missing CC and LDSHARED variables to the Makefile to pass the > correct C compiler and linker path to the build of _libfdt.so . > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Masahiro Yamada > Cc: Simon Glass > --- > Note: This fixes the

[U-Boot] [PATCH] pylibfdt: Add missing CC and LD to Makefile

2018-05-17 Thread Marek Vasut
Add missing CC and LDSHARED variables to the Makefile to pass the correct C compiler and linker path to the build of _libfdt.so . Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Masahiro Yamada Cc: Simon Glass --- Note: This fixes the long standing issue when building U-Boot with OE for qemu