[cmake-developers] Developing Compiler files.

2017-08-11 Thread Валентин Хирный
Hello. I've tried to prepare cmake configuration file for Embarcadero bcc64 compiler. For my practice I chose the name Embarcadero64 for new compiler because bcc64 is clang based compiler. I've prepared file fo determining compiler in the ...\CMake\share\cmake-3.9\Modules\Compiler folder (analog

Re: [cmake-developers] Developing Compiler files.

2017-08-11 Thread Brad King
On 08/11/2017 03:18 AM, Валентин Хирный wrote: > I've tried to prepare cmake configuration file for Embarcadero bcc64 compiler. > For my practice I chose the name Embarcadero64 for new compiler because > bcc64 is clang based compiler. Does `bcc64` have a radically different command line interface

Re: [cmake-developers] Developing Compiler files.

2017-08-11 Thread Валентин Хирный
Hello. Yes, the bcc32 is provided by Borland and has Borland options and the bcc64 provided by Embarcadero and it is clang based and has Clang options but with old linker. The bcc32c is provided by Embarcadero and it is clang based but has Borland options wrapper. Actually I don't interested in