diff --git a/docs/source/CUsage.md b/docs/source/CUsage.md index 1f48050e7..6f293a81b 100644 --- a/docs/source/CUsage.md +++ b/docs/source/CUsage.md @@ -18,23 +18,14 @@ project. - General Use in C (README) - The C Builder Interface (advanced) - ## Supported Platforms -Not all platforms are tested regularly but the following platforms have -all successfully built and passed all tests: - -- 64-bit Ubuntu 14.04, gcc, CMake with Ninja Build or GNU Make -- 64-bit OS-X 10.11, Apple Clang, CMake with Ninja Build or GNU Make -- 64-bit Centos 7.1, CMake with GNU Make -- 32-bit Windows 10, CMake with MSVC 14 2015 - -ARM cross compilation from Linux has been reported to work to some -extend. - -Big endian platforms have not been tested and may contain bugs, but care -has been taken to provide support for it. +- Ubuntu +- OS-X +- Windows +Centos has been tested at some point and ARM cross compilation has been reported to +work to some extend, but these are not regularly tested. ## Modular Object Creation