X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=81d3b1237aee9eb6a961c050ec2b6a3a95c522bc;hp=44fa3cee9d74821e8a883c226d55e657ae8bfd1c;hb=2468c015390d5de096a2b9ca15e6744eb0fb0447;hpb=3c58bb7a1e0b6d9a67b8cba18affe657b2aecbbf diff --git a/bin/blhc b/bin/blhc index 44fa3ce..81d3b12 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1078,6 +1078,8 @@ foreach my $file (@ARGV) { next if $line =~ m#(?:\b[0-9a-fA-F]{2,}\b\s*){5}#; # Meson build output next if $line =~ /^C\+\+ linker for the host machine: /; + # Embedded `gcc -print-*` commands + next if $line =~ /`$cc_regex_normal\s*[^`]*-print-\S+`/; # Check if additional hardening options were used. Used to ensure # they are used for the complete build.