diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-26 19:56:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-26 20:07:30 +0200 |
commit | 9c5ba2e3b715fec11219bf9e1f57b2c67f1b7fa9 (patch) | |
tree | 1f4cf1872667040f7e638e4d0580cedf469dd799 /toolchain.cc | |
parent | 23b150fd0dedc012e85b405ec92bc3adacfe9959 (diff) |
Bootstrap
Diffstat (limited to 'toolchain.cc')
-rw-r--r-- | toolchain.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain.cc b/toolchain.cc deleted file mode 100644 index 0a8ea98..0000000 --- a/toolchain.cc +++ /dev/null @@ -1,17 +0,0 @@ -#include "toolchain.h" - -#include "libcppbuild.h" - -std::string getTool(Tool tool) -{ - auto prefix = getConfiguration("prefix"); - - switch(tool) - { - case Tool::CCompiler: - case Tool::CppCompiler: - case Tool::Archiver: - case Tool::Linker: - break; - } -} |