On Mon, Oct 23, 2023 at 10:43:43AM +0100, Luca Fancellu wrote:
> The Makefile is defining CC and incdefs.sh is using
> ${CROSS_COMPILE}cpp inside it, allowing both to use different
> compilers depending on what the user pass during make invocation
> as CC.
> 
> Align them using ${CC} also inside incdefs.sh.
> 
> Signed-off-by: Luca Fancellu <luca.fance...@arm.com>
> ---
> Changes from v1:
>  - The ${CC} variable inside incdefs.sh was taken from the environment, so in
>    the Makefile, pass the same CC as environment variable to the script making
>    sure the value is truly aligned. (pointed out by Erez)

Applied.

Thanks,
Richard


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to