Re: [Linuxptp-devel] Build commands

2017-07-02 Thread Richard Cochran
On Sat, Jul 01, 2017 at 11:56:14PM +0200, Petr Kulhavy wrote: > is there a specific reason why Linuxptp overrides the build commands to gcc > and cpp (with the $(CROSS_COMPILE) prefix) instead of using the standard > Make variables $(CC) and $(CPP)? The only reason is that GCC is the compiler in a

[Linuxptp-devel] Build commands

2017-07-01 Thread Petr Kulhavy
Hi, is there a specific reason why Linuxptp overrides the build commands to gcc and cpp (with the $(CROSS_COMPILE) prefix) instead of using the standard Make variables $(CC) and $(CPP)? Does it mean that Linuxptp works only with GCC? Thanks Petr -