From 505bd6c32893dedd879b21ce14b7862f205a689a Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Thu, 7 Jan 2010 08:23:40 +0100 Subject: [PATCH] update the compatibility table --- doc/buildinstall.txt | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/doc/buildinstall.txt b/doc/buildinstall.txt index 28205dd..9485039 100644 --- a/doc/buildinstall.txt +++ b/doc/buildinstall.txt @@ -8,21 +8,19 @@ specific things are kept optional, but some things need to be rewritten for the target platform. Currently Linux with a gcc that conforms to C99 is supported for both 32 and 64 bit architectures. One gcc extentsion that is used (token pasting of varadic macros) may prevent -portability to other compilers as some compilers don't support such extensions. -If you encounter such a problem, contact the NoBug author to implement -a workaround. - +portability to other compilers as some compilers don't support such extensions. [grid="all"] -`---------------`---------------`---------------`-------------------------- -Platform Compiler State Notes ---------------------------------------------------------------------------- -Linux x86_64 gcc 4.3.2 supported Reference Platform -Linux x86 gcc supported -MacOS X gcc works Valgrind problems -OpenSolaris gcc mostly Builds, but target check fails -FreeBSD planned ---------------------------------------------------------------------------- +`-------`---------------`---------------`-------------------------------------- +CPU OS State Notes +------------------------------------------------------------------------------- +x86_64 Debian supported Reference Platform +x86 other Linux supported Please report distro specific problems +armel maemo5 supported check fails in SDK (emulator bug) +x86* MacOS X should work Please test +x86 OpenSolaris mostly Builds, but target check fails + *BSD planned Need volunteer for testing +------------------------------------------------------------------------------- NoBug has no mandatory dependencies on other software and libraries, some things such as valgrind support are optional and should be automatially -- 2.11.4.GIT