aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgcc
diff options
authorLinus Torvalds <torvalds@g5.osdl.org>2005-08-15 10:43:30 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-15 10:43:30 -0700
commit3b75463b4cf28ccd5bc0b14b9571cfa61931c327 (patch)
treef8d8e95034c4a6c7f16c3c6b5fe1f77023b9af70 /cgcc
parentba1f7076aeb9c9e8dd2542eddbcc667a9b0e1208 (diff)
downloadsparse-dev-3b75463b4cf28ccd5bc0b14b9571cfa61931c327.tar.gz
Make 'cgcc' work at least half-way better
Mark it executable, and use "sparse" instead of "check" by default, since that's what sparse gets installed as.
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;