]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.cpp
Change Tool's protected constructor to take a pointer to Architecture
[builder.git] / source / gnucompiler.cpp
index 086a1ed4a684984a06f2e8f3af4e761ea552619b..91d5a17ca62374e46e4ee2316be51f38baeec61e 100644 (file)
@@ -28,7 +28,7 @@ const char *cpus[] =
 }
 
 GnuCompiler::GnuCompiler(Builder &b, const Architecture &a, const string &t):
-       Tool(b, a, t),
+       Tool(b, &a, t),
        version(0)
 {
        if(tag=="CC")