You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edward O'Callaghan edited this page Jan 9, 2017
·
3 revisions
FAQ
To be written up for the website.
Does librecore only use Clang
No! We require patchsets to build with both GNU/GCC and Clang+LLVM toolchains. This technique is known as shadow compiling, and as such both compilers are treated as first-class citizens. However, this applies only to the development life-cycle, you do not require both to be install if you wish just to build a image. The librecore build system will pick the most appropriate toolchain that is installed on your system in order not to miss-compile your rom image with a buggy toolchain.