From e0ddb65cb234db6482d80febee1a63778f818db6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 14 Apr 2015 14:15:15 +0200 Subject: build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS Signed-off-by: Denys Vlasenko --- examples/android-build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/android-build b/examples/android-build index 89f3b637a..123ba966e 100755 --- a/examples/android-build +++ b/examples/android-build @@ -29,4 +29,6 @@ else LDLIBS="dl m c gcc" fi +# It's possible with newer version +# you need to use CFLAGS_busybox instead of EXTRA_LDFLAGS below: make EXTRA_LDFLAGS="$LDFLAGS" LDLIBS="$LDLIBS" "$@" -- cgit v1.2.3