mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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:
committed by
Martin Jansa
parent
be8aa13c2f
commit
9c9cee62e9
@@ -41,6 +41,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
|
|||||||
GDB_TARGET="${TARGET_SYS}" \
|
GDB_TARGET="${TARGET_SYS}" \
|
||||||
GDB_HOST="${BUILD_SYS}" \
|
GDB_HOST="${BUILD_SYS}" \
|
||||||
GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
|
GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
|
||||||
|
LDFLAGS="${LDFLAGS}" \
|
||||||
'
|
'
|
||||||
|
|
||||||
EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
|
EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user