From 1db9783bfc2f08fd86d710eb4b936829af842442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Fahn=C3=B8e=20J=C3=B8rgensen?= Date: Mon, 4 Apr 2016 16:33:20 +0200 Subject: [PATCH] Remove details on FlatCC builds that would easily become outdated --- docs/source/CUsage.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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