diff options
Diffstat (limited to 'cgcc')
| -rwxr-xr-x[-rw-r--r--] | cgcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- my $cc = $ENV{'REAL_CC'} || 'cc'; -my $check = $ENV{'CHECK'} || 'check'; +my $check = $ENV{'CHECK'} || 'sparse'; my $m64 = 0; my $has_specs = 0; |
