Skip to content

Commit

Permalink
Do not assume gcc is ubiquitous since FreeBSD begs to differ. Fall ba…
Browse files Browse the repository at this point in the history
…ck on cc.
  • Loading branch information
jcbeaudoin committed Jan 19, 2017
1 parent db99a9d commit bbca2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/tinycc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mandir=""
infodir=""
sysroot=""
cross_prefix=""
cc="gcc"
host_cc="gcc"
cc="cc"
host_cc="cc"
ar="ar"
strip="strip"
cygwin="no"
Expand Down

0 comments on commit bbca2a3

Please sign in to comment.