aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgcc
diff options
Diffstat (limited to 'cgcc')
-rwxr-xr-x[-rw-r--r--]cgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgcc b/cgcc
index 819e56c1..43fdfcd0 100644..100755
--- a/cgcc
+++ b/cgcc
@@ -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;