Re: [Linuxptp-devel] [PATCH v2 2/2] linuxptp: Use ${CC} in incdefs.sh

2023-10-30 Thread Luca Fancellu
Hi Richard, > On 28 Oct 2023, at 00:12, Richard Cochran wrote: > > On Thu, Oct 26, 2023 at 08:41:08AM +, Luca Fancellu wrote: >> Any thought about this? > > For the sake of consistency, can you please implement something like > this instead? > > commit d3dd51ba611802d7cbb28631cb943cb882fa4a

Re: [Linuxptp-devel] [PATCH v2 2/2] linuxptp: Use ${CC} in incdefs.sh

2023-10-30 Thread Richard Cochran
On Mon, Oct 30, 2023 at 10:44:13AM +, Luca Fancellu wrote: > This is what I’ve tried: > > Makefile: > > CC ?= $(CROSS_COMPILE)gcc and if you add: export CC does it work? Thanks, Richard

Re: [Linuxptp-devel] [PATCH v2 2/2] linuxptp: Use ${CC} in incdefs.sh

2023-10-30 Thread Luca Fancellu
Hi Richard, > On 30 Oct 2023, at 14:48, Richard Cochran wrote: > > On Mon, Oct 30, 2023 at 10:44:13AM +, Luca Fancellu wrote: > >> This is what I’ve tried: >> >> Makefile: >> >> CC ?= $(CROSS_COMPILE)gcc > > and if you add: > > expo