Re: [PATCH v2] tools: fix cross-compile var clobbering

2018-04-04 Thread Martin Kelly
On 04/04/2018 06:20 AM, Jiri Slaby wrote: On 01/07/2018, 10:40 PM, Martin Kelly wrote: From: Martin Kelly ... --- a/tools/power/acpi/Makefile.config +++ b/tools/power/acpi/Makefile.config @@ -56,9 +56,6 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM} # to compile vs uClibc, that can be done here as

Re: [PATCH v2] tools: fix cross-compile var clobbering

2018-04-04 Thread Jiri Slaby
On 01/07/2018, 10:40 PM, Martin Kelly wrote: > From: Martin Kelly ... > --- a/tools/power/acpi/Makefile.config > +++ b/tools/power/acpi/Makefile.config > @@ -56,9 +56,6 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM} > # to compile vs uClibc, that can be done here as well. > CROSS = #/usr/i386-linux-ucli

Re: [PATCH v2] tools: fix cross-compile var clobbering

2018-01-08 Thread Mark Brown
On Sun, Jan 07, 2018 at 01:40:28PM -0800, Martin Kelly wrote: > From: Martin Kelly > > Currently a number of Makefiles break when used with toolchains that pass > extra flags in CC and other cross-compile related variables (such as > --sysroot). Thus we get this error when we use a toolchain that