X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=c82e9bc37475987d2bb8610e6c160ec2a9f42fb6;hb=b85a3fb508fc2f9d98d44583cf31cbf5ac63a382;hp=bd9ebbdb644eb52ca5b9f782f9ff0616077dc02e;hpb=65129c8b72aecd6f2f44cde405bf81c803fa3ba9;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index bd9ebbd..c82e9bc 100755 --- a/bin/blhc +++ b/bin/blhc @@ -168,7 +168,7 @@ sub is_non_verbose_build { my ($line, $next_line, $skip_ref) = @_; if (not ($line =~ /^checking if you want to see long compiling messages\.\.\. no/ - or $line =~ /^\s*\[?(?:CC|CCLD|LD)\]?\s+(.+?)$/ + or $line =~ /^\s*\[?(?:CC|CCLD|CXX|CXXLD|LD)\]?\s+(.+?)$/ or $line =~ /^\s*(?:C|c)ompiling\s+(.+?)(?:\.\.\.)?$/ or $line =~ /^\s*(?:B|b)uilding (?:program|shared library)\s+(.+?)$/ or $line =~ /^\s*\[[\d ]+%\] Building (?:C|CXX) object (.+?)$/)) { @@ -531,8 +531,9 @@ automatically if dpkg-buildpackage is used. =back -Auto detection only works if at least one command uses the required hardening -flag (e.g. -fPIE). Then it's required for all other commands as well. +Auto detection for B<--pie> and B<--bindnow> only works if at least one +command uses the required hardening flag (e.g. -fPIE). Then it's required for +all other commands as well. =head1 EXIT STATUS