commit | f630830b60c5a6e27df26aa333713617ecbf880f | [log] [tgz] |
---|---|---|
author | Christian Wiese <morfoh@opensde.org> | Mon Mar 17 18:23:12 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 17 22:49:28 2008 +0100 |
tree | 6a91698cba92d52444039475cf651cadc691ba35 | |
parent | 39f7e6d516617c109e8a6d69773bf0fc66a8c879 [diff] |
[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.