X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=1cb49a6aa13990507138fc292bf995431571e6a8;hp=383fcc15f06b0d0a3ea750d6104e4d9357fbd023;hb=5b6b8e2eddbb9e6590e59a84d160e5d23bc09a9a;hpb=2475b608a1edcc1a00d8046e32b55472dd81684f diff --git a/bin/blhc b/bin/blhc index 383fcc1..1cb49a6 100755 --- a/bin/blhc +++ b/bin/blhc @@ -265,6 +265,11 @@ if ($bindnow) { } foreach my $line (@input) { + # Ignore false positives. + # + # ./configure summary. + next if $line =~ /^Compiler:\s+(cc|gcc|g\+\+|c\+\+)$/; + # Is this a compiler or linker command? my $compiler = 1; my $linker = 0;