]> git.kaiwu.me - haproxy.git/commit
[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:52 +0000 (22:49 +0100)
commitdf2df3e0ffd508a3f12fdc33a998bb04c470e985
tree1b7cd2206c726f0dd8ae63102897475b5c59b61f
parent28d65acf7ab7e34e2ee194b1c05afafad64e25fa
[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