X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fgnu%2Fgnutools.h;fp=plugins%2Fgnu%2Fgnutools.h;h=59e290863f28272ebf3995a2d929f7ed8eb60e6a;hb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;hp=0000000000000000000000000000000000000000;hpb=e2c9c3fffcc61a0c102ccf6a7924e2de709092ad;p=builder.git diff --git a/plugins/gnu/gnutools.h b/plugins/gnu/gnutools.h new file mode 100644 index 0000000..59e2908 --- /dev/null +++ b/plugins/gnu/gnutools.h @@ -0,0 +1,17 @@ +#ifndef GNUTOOLS_H_ +#define GNUTOOLS_H_ + +#include + +class Architecture; +class Builder; + +class GnuTools: public Toolchain +{ +public: + GnuTools(Builder &, const Architecture &); + + static int get_priority(const Architecture &); +}; + +#endif