Re: [PATCH] replace hardcoded LD in Makefile

From: Willy Tarreau <w#1wt.eu>
Date: Mon, 17 Mar 2008 22:54:19 +0100


On Mon, Mar 17, 2008 at 06:41:44PM +0100, Christian Wiese wrote:
> Hi all,
>
> attached you will find a small non-intrusive patch that replaces the
> harcoded 'LD = gcc' with 'LD = $(CC)'.
> Because 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.

Applied, thanks Christian!
Willy Received on 2008/03/17 22:54

This archive was generated by hypermail 2.2.0 : 2008/03/17 23:00 CET