[BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
authorChristian Wiese <morfoh@opensde.org>
Mon, 17 Mar 2008 17:23:12 +0000 (18:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2008 21:49:28 +0000 (22:49 +0100)
commitf630830b60c5a6e27df26aa333713617ecbf880f
tree6a91698cba92d52444039475cf651cadc691ba35
parent39f7e6d516617c109e8a6d69773bf0fc66a8c879
[BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'

haproxy relies on linking the binary using gcc, so there is no real need to
hardcode both (CC and LD). Setting 'LD = $(CC)' will make the build system
a bit more cross-compile friendly because only the right cross-compiler has
to be passed via make.
Makefile