Changes between Version 12 and Version 13 of FAQ


Ignore:
Timestamp:
2015-05-29T23:05:02Z (9 years ago)
Author:
Martin Decky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v12 v13  
    5454
    5555'''Q:''' '''Why don't you use Clang as your primary compiler?'''[[BR]]
    56 '''A:''' Well, we strive to support Clang as an alternative compiler for some architectures, but the thing is that Clang does not currently support all CPU architectures that HelenOS supports, so we must use GCC to build HelenOS.
     56'''A:''' We actually do support Clang as an alternative compiler for some architectures (such as ia32 and amd64). But Clang does not currently support all CPU architectures that HelenOS supports, so we use GCC to build HelenOS by default.