Discussion:
[Linuxptp-devel] Build commands
Petr Kulhavy
2017-07-01 21:56:14 UTC
Permalink
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
Richard Cochran
2017-07-02 12:38:41 UTC
Permalink
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 GNU/Linux system.
Does it mean that Linuxptp works only with GCC?
Who knows? To my knowledge, no one cares. I certainly have little
interest in supporting other compilers.

Thanks,
Richard

Loading...