X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=9869d2cec50889261b83822dead8fb1db28a2b9c;hp=6817a85aced0237d1ebdedb2086eaa69bb520023;hb=c1d4e05b30639164e1bbcaa8fcdd96abe67683db;hpb=ac2b8ce3fb580510632eba88382555b22165e059 diff --git a/bin/blhc b/bin/blhc index 6817a85..9869d2c 100755 --- a/bin/blhc +++ b/bin/blhc @@ -2,7 +2,7 @@ # Build log hardening check, checks build logs for missing hardening flags. -# Copyright (C) 2012-2013 Simon Ruderich +# Copyright (C) 2012-2014 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -601,7 +601,7 @@ if ($option_help) { } if ($option_version) { print <<"EOF"; -blhc $VERSION Copyright (C) 2012-2013 Simon Ruderich +blhc $VERSION Copyright (C) 2012-2014 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1000,9 +1000,6 @@ foreach my $file (@ARGV) { $harden_stack = 0; $harden_stack_strong = 0; } - if ($arch =~ /^(?:m68k|or1k|powerpcspe|sh4|x32)$/) { - $harden_stack_strong = 0; - } if ($cpu =~ /^(?:ia64|hppa|avr32)$/) { $harden_relro = 0; $harden_bindnow = 0; @@ -1576,7 +1573,7 @@ Ejari.aalto@cante.netE for their valuable input and suggestions. =head1 LICENSE AND COPYRIGHT -Copyright (C) 2012-2013 by Simon Ruderich +Copyright (C) 2012-2014 by Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by