Re: [PATCH] tools build feature: Quote CC and CXX for their arguments

2020-08-13 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 12, 2020 at 07:31:32PM -0700, Tom Hebb escreveu: > On Wed, Aug 12, 2020 at 3:15 PM Daniel Díaz wrote: > > Makefile.config:414: *** No gnu/libc-version.h found, please install > > glibc-dev[el]. Stop. > > Makefile.perf:230: recipe for target 'sub-make' failed > > make[1]: *** [s

Re: [PATCH] tools build feature: Quote CC and CXX for their arguments

2020-08-12 Thread Tom Hebb
On Wed, Aug 12, 2020 at 3:15 PM Daniel Díaz wrote: > > When using a cross-compilation environment, such as OpenEmbedded, > the CC an CXX variables are set to something more than just a > command: there are arguments (such as --sysroot) that need to be > passed on to the compiler so that the right

[PATCH] tools build feature: Quote CC and CXX for their arguments

2020-08-12 Thread Daniel Díaz
When using a cross-compilation environment, such as OpenEmbedded, the CC an CXX variables are set to something more than just a command: there are arguments (such as --sysroot) that need to be passed on to the compiler so that the right set of headers and libraries are used. For the particular cas