Re: [PATCH] reintroduce BUILD_LDFLAGS for the cross-compile case

2014-01-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 12.01.2014 13:11, Andrey Borzenkov wrote: > This allows providing separate LDFLAGS for build and host environment, which > are not necessary the same for cross-compile case. In particular, it allows > building host programs statically to not depend on presence of libraries at > run-tim

[PATCH] reintroduce BUILD_LDFLAGS for the cross-compile case

2014-01-12 Thread Andrey Borzenkov
link with libraries in non-standard location). And patch itself it trivial enough. Attached because git won't send mail with so long lines.From: Andrey Borzenkov Subject: [PATCH] reintroduce BUILD_LDFLAGS for the cross-compile case This allows providing separate LDFLAGS for build and