X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=6c3853a7975c7c296afd6cf43845747f2a5f544e;hp=5c01ada03ff269953838fef909e31f7b7cbffd96;hb=f939b4685a7cb1e1003fbd81a4f136c254b554a4;hpb=95bb26de690e971a07780da13c5fa19ab61864e8 diff --git a/bin/blhc b/bin/blhc index 5c01ada..6c3853a 100755 --- a/bin/blhc +++ b/bin/blhc @@ -466,6 +466,8 @@ 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*/; + # `make` output. + next if $line =~ /^Making [a-z]+ in \S+/; # e.g. "[...] in c++" # Check if additional hardening options were used. Used to ensure # they are used for the complete build.