]> git.proxmox.com Git - mirror_iproute2.git/commit
Makefile: Allow to override CC
authorPhil Sutter <phil@nwl.cc>
Mon, 18 Jul 2016 14:48:45 +0000 (16:48 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 20 Jul 2016 19:05:24 +0000 (12:05 -0700)
commit7ffa2b557a81dc6f40b93223442df3db66980d80
treea4be2c1f338b99dfedeaf18aba4a6ce90d37bc35
parent30a8842c4971f4215733bc1a8ddc4b8315edb99b
Makefile: Allow to override CC

This makes it easier to build iproute2 with a custom compiler.

While at it, make HOSTCC default to the value of CC if not explicitly
set elsewhere.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
Makefile