X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fgnu%2Fgnulinker.h;h=a669bc7be0767ea60a297ab32794a703360682b8;hb=52719526cc36271872280b987c7bf2393073f98b;hp=11a0fb1edd9d9a5d6727005be306041e4e25133b;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/plugins/gnu/gnulinker.h b/plugins/gnu/gnulinker.h index 11a0fb1..a669bc7 100644 --- a/plugins/gnu/gnulinker.h +++ b/plugins/gnu/gnulinker.h @@ -9,8 +9,6 @@ class Binary; The GNU linker. Turns ObjectFiles into Executables and SharedLibraries. To create a shared library, specify "shared" as the second argument to create_target. - -Uses either gcc or g++ depending on what was used to compile the object files. */ class GnuLinker: public Tool {