diff options
-rw-r--r-- | web/question.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/question.txt b/web/question.txt index 09e97bbcf..659534db2 100644 --- a/web/question.txt +++ b/web/question.txt @@ -114,12 +114,8 @@ Change the value of the ``cc`` variable to one of the following: Abbreviation C/C++ Compiler ============== ============================================ ``dmc`` Digital Mars C++ -``wcc`` Watcom C++ (now unsupported!) -``bcc`` Borland C++ (now unsupported!) ``vcc`` Microsoft's Visual C++ ``gcc`` Gnu C -``pcc`` Pelles C (now unsupported!) -``lcc`` Lcc-win32 (now unsupported!) ``tcc`` Tiny C ``llvm_gcc`` LLVM-GCC compiler ``icc`` Intel C++ compiler |