mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
libacpi: Fix GNU_HASH problem
Fixes GNU_HASH problem by adding LDFLAGS to TARGET_CC_ARCH (From OE-Core rev: 7b69e70f68da163e95f5e263832a85f1a0070006) Signed-off-by: Yasir-Khan <yasir_khan@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a8a6ccb1ad
commit
a90fb7b732
@@ -23,6 +23,8 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
|
||||
CFLAGS += "-fPIC"
|
||||
EXTRA_OEMAKE += 'STRIP="echo"'
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user