Re: [PATCH] perf arm64: Use local headers for target compiler

2019-03-21 Thread Daniel Thompson
On Thu, Mar 21, 2019 at 01:39:17PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Mar 21, 2019 at 04:13:53PM +, Daniel Thompson escreveu: > > Currently the set of available syscalls is generated from the > > target compilers default > > (i.e. /usr/include/asm-generic/unistd.h on a self-hoste

Re: [PATCH] perf arm64: Use local headers for target compiler

2019-03-21 Thread Arnaldo Carvalho de Melo
Em Thu, Mar 21, 2019 at 04:13:53PM +, Daniel Thompson escreveu: > Currently the set of available syscalls is generated from the > target compilers default > (i.e. /usr/include/asm-generic/unistd.h on a self-hosted system). It shouldn't, Kim? > The numeric values are then generated by the hos