X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fblhc;h=193297e4b7fdba4ffb6095074b4c3cea0774e055;hb=c00a6af3163584d9bbe5f0742f9ed001c202e564;hp=c2a9d98f9b802494c49b9760f27f3afb6c476b29;hpb=d791242047730d55a858f668702ea27fe3c77f77;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index c2a9d98..193297e 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1073,7 +1073,7 @@ foreach my $file (@ARGV) { # treated as a normal compiler line. next if $line =~ m{^\s*rm\s+}; # Some build systems emit "gcc > file". - next if $line =~ m{$cc_regex_normal\s*>\s*\S+}; + next if $line =~ m{$cc_regex_normal\s*>\s*\S+}o; # Check if additional hardening options were used. Used to ensure # they are used for the complete build.