]> git.tdb.fi Git - builder.git/blob - source/clangtools.h
Add FPU specification to Architecture and GnuCompiler
[builder.git] / source / clangtools.h
1 #ifndef CLANGTOOLS_H_
2 #define CLANGTOOLS_H_
3
4 #include "toolchain.h"
5
6 class ClangTools: public Toolchain
7 {
8 public:
9         ClangTools(Builder &, const Architecture &);
10 };
11
12 #endif