build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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" "$@"
|
||||
|
Reference in New Issue
Block a user