Makefile: only set $(CC) if unset
commitcbad3ab9f08c3081d59da68e37951769fa0cd7cb
authorStefan Bender <stefan@bender-suhl.de>
Thu, 21 Oct 2010 20:37:53 +0000 (21 22:37 +0200)
committerStefan Bender <stefan@bender-suhl.de>
Thu, 21 Oct 2010 20:43:34 +0000 (21 22:43 +0200)
tree14456e13cb426437901ee2d7784ecda6b1151f3a
parentbde7409ff45539a2739a4afa1dc89412235e0eb3
Makefile: only set $(CC) if unset

This way the build environment can set $(CC) to whatever it wants,
falling back to gcc otherwise.

In further response to gentoo bug #338971

Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=338971
Reported-by: Walther Maldonado (walther.md at gmail.com)
Makefile