mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:49:05 +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:
parent
be8aa13c2f
commit
9c9cee62e9
@ -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}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user