Set CC to gcc by default.
authorAndre Noll <maan@systemlinux.org>
Mon, 2 Nov 2009 13:43:51 +0000 (14:43 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 2 Nov 2009 13:43:51 +0000 (14:43 +0100)
commitd2e63f5c74e8eaeef202d739637e9ae96264aa52
treee045a380513f0c60cb5085315beb90b98b2c618d
parentc1bef07ef61d3266e7ab1f1e738d9c29c3516f89
Set CC to gcc by default.

On systems where cc != gcc, compilation likely fails because we are
using quite some gccisms in adu. So default to gcc but let the user
override the default by setting CC manually.

The straight-forward CC ?= gcc does not work with gnu make as make
assigns CC the default value "cc".

Thanks to Steffen Schmidt for pointing out this shortcoming.
Makefile