X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=b4d87e45eb9dc856e574906e4958afc04f4317d5;hb=bbdf77da3205abbc957d6b720e01f6d390db46dc;hp=04b7125e87185f5c1706d4345685ffe75a2462b6;hpb=c3b000d786b82874943c7f8792179e64559bd58a;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 04b7125..b4d87e4 100755 --- a/bin/blhc +++ b/bin/blhc @@ -193,6 +193,7 @@ my @def_ldflags_pie = ( my @def_ldflags_pic = ( '-fPIC', '-fpic', + '-shared', ); # Renaming rules for the output so the regex parts are not visible. Also # stores string values of flag regexps above, see compile_flag_regexp(). @@ -602,7 +603,11 @@ FILE: foreach my $file (@ARGV) { close $fh; if (scalar @input == 0) { - print "No compiler commands!\n"; + if (not $option_buildd) { + print "No compiler commands!\n"; + } else { + print "W-no-compiler-commands\n"; + } $exit |= 1; next FILE; }