X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=47f4e2a8ca9027fe1996a31ba5739d49ca8a6782;hp=9aa0133b22720b3bdd21897bdbc1cb29c09d9f3c;hb=b84ebbd86fd950d7334d2a2b4adf977918a56a47;hpb=5072df676d796709e34af7dd8d6797dec1d946b2 diff --git a/bin/blhc b/bin/blhc index 9aa0133..47f4e2a 100755 --- a/bin/blhc +++ b/bin/blhc @@ -461,9 +461,6 @@ while (my $line = <>) { or $line =~ /^\s*(?:- )?(?:HOST_)?(?:CC|CXX)\s*=\s*$cc_regex\s*$/ or $line =~ /^\s*-- Check for working (?:C|CXX) compiler: / or $line =~ /^\s*(?:echo )?Using [A-Z_]+\s*=\s*/; - # Debian buildd output. - next if $line =~ /^\s*Depends: .*?$cc_regex.*?$/ - and $line !~ /\s-./; # option, prevent false negatives # Check if additional hardening options were used. Used to ensure # they are used for the complete build.