diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 20:58:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 20:58:01 +0100 |
commit | d3f2a5d619eed1ff1f0dce95ba49a334d3337741 (patch) | |
tree | 649434ff0fe7b0a438dc94c1d99ed574acccfa62 /README | |
parent | c44cb7cf2fd34ee660529a0c4c11e143223ad9b1 (diff) |
clang/clang++ can be used
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ This is a menu based buildsystem for your home made embedded Linux system. Before you can start you need to install some tools: - bash -- gcc +- gcc or clang +- g++ or clang++ - binutils - GNU make - GNU awk |