crash: Enforce use of LDFLAGS during make

This avoids a "QA Issue: No GNU_HASH in the elf binary:".

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Adrian Dudau 2016-09-19 14:57:53 +02:00 committed by Martin Jansa
parent be8aa13c2f
commit 9c9cee62e9

View File

@ -41,6 +41,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
GDB_TARGET="${TARGET_SYS}" \
GDB_HOST="${BUILD_SYS}" \
GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
LDFLAGS="${LDFLAGS}" \
'
EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \