Re: [cmake-developers] [PATCH] add support for ARTOS platform

2015-08-17 Thread Brad King
On 08/17/2015 03:35 AM, Kars de Jong wrote: Here is an updated patch. Thanks. Applied: Add support for ARTOS platform using GNU C with ac compiler driver http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=462fbd1e I dropped the set(ARTOS 1) line because we now prefer that projects test

Re: [cmake-developers] [PATCH] add support for ARTOS platform

2015-08-17 Thread Kars de Jong
Hello Brad, Thanks for your comments. Here is an updated patch. I hope I have used the proper variables to set CFLAGS and libraries now. ARTOS currently does not have a (working) C++ compiler so I only created ARTOS-GNU-C.cmake for now. Kars de Jong (1): Add support for ARTOS platform using

[cmake-developers] [PATCH] add support for ARTOS platform

2015-08-13 Thread Kars de Jong
Hello everyone, The attached patches add support for the ARTOS platform (a real time operating system developed by Locamation) to CMake. GNU-DetermineCompiler.cmake: support very old versions of GCC Add support for ARTOS platform Modules/Compiler/GNU-DetermineCompiler.cmake | 4 ++-

Re: [cmake-developers] [PATCH] add support for ARTOS platform

2015-08-13 Thread Brad King
On 08/13/2015 08:24 AM, Kars de Jong wrote: GNU-DetermineCompiler.cmake: support very old versions of GCC Applied, thanks: GNU-DetermineCompiler: Add support for very old versions of GCC http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6699834d Add support for ARTOS platform Thanks