Prechádzať zdrojové kódy

INSTALL: mention that clang 3.0 is broken

ambrop7 14 rokov pred
rodič
commit
616d98a89e
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      INSTALL

+ 1 - 2
INSTALL

@@ -18,11 +18,10 @@ Other systems are not supported.
 
 Linux:
   - gcc
-  - clang
+  - clang, except >=3.0 (clang bug http://llvm.org/bugs/show_bug.cgi?id=11535)
 
 Windows:
   - gcc from the mingw-w64 project for 32-bit targets
-  - clang, properly built with mingw-w64, using mingw headers/libs
 
 C language features used:
   - Standard (all part of C99):