Commit 63ee7129 authored by Richard Levitte's avatar Richard Levitte
Browse files

Have Configure display the value of SHARED_CFLAG

parent 5b14d5b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1751,6 +1751,7 @@ close(OUT);
print "IsMK1MF       =", ($builder eq "mk1mf" ? "yes" : "no"), "\n";
print "CC            =$target{cc}\n";
print "CFLAG         =$target{cflags} $config{cflags}\n";
print "SHARED_CFLAG  =$target{shared_cflag}\n";
print "DEFINES       =",join(" ", @{$target{defines}}, @{$config{defines}}),"\n";
print "LFLAG         =$target{lflags}\n";
print "PLIB_LFLAG    =$target{plib_lflags}\n";