From: Simon Ruderich Date: Sun, 3 Jun 2012 01:19:36 +0000 (+0200) Subject: gcc is the only supported compiler at the moment. X-Git-Tag: 0.04~27 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=b0ddb66b90fc843f0be02d100721eafeee105235 gcc is the only supported compiler at the moment. --- diff --git a/README b/README index 6c84894..935aa1a 100644 --- a/README +++ b/README @@ -19,6 +19,9 @@ to help maintainers detect missing hardening flags in their packages. At the moment it works only on Debian and derivatives but it should be easily extendable to other systems as well. Patches are welcome. +Only gcc is detected as compiler at the moment. If other compilers support +hardening flags as well, please report them. + For more information about hardening flags have a look at [1]. [1]: https://wiki.debian.org/Hardening diff --git a/bin/blhc b/bin/blhc index d5cc9d6..c84c9d2 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1111,6 +1111,9 @@ It's designed to check build logs generated by Debian's dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or the official buildd build logs) to help maintainers detect missing hardening flags in their packages. +Only gcc is detected as compiler at the moment. If other compilers support +hardening flags as well, please report them. + If there's no output, no flags are missing and the build log is fine. =head1 OPTIONS