]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
gcc is the only supported compiler at the moment.
authorSimon Ruderich <simon@ruderich.org>
Sun, 3 Jun 2012 01:19:36 +0000 (03:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 3 Jun 2012 01:19:36 +0000 (03:19 +0200)
README
bin/blhc

diff --git a/README b/README
index 6c848948c05462338de2d22a508f51cc4bbefb13..935aa1a45a80cfd17279a6833a1c88e34455b87c 100644 (file)
--- 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
index d5cc9d624c46fd56ad74f9b22ca548157c9aff83..c84c9d29a3f2420ad081ebe3d34242491836d5fa 100755 (executable)
--- 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