mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
klibc: define KLIBCLIBGCC
Fix build of klibc extending the EXTRA_OEMAKE. | LIST usr/klibc/klib.list | KLIBCAR usr/klibc/libc.a | KLIBCLD usr/klibc/libc.so | arm-oe-linux-gnueabi-ld: cannot find libgcc.a: No such file or directory | make[2]: *** [usr/klibc/libc.so] Error 1 | make[2]: *** Waiting for unfinished jobs.... | make[1]: *** [all] Error 2 | make: *** [klibc] Error 2 | ERROR: oe_runmake failed Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
c78eca1ea7
commit
65007b398c
@@ -24,6 +24,7 @@ S = "${WORKDIR}/git"
|
|||||||
EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
|
EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
|
||||||
'CROSS_COMPILE=${TARGET_PREFIX}' \
|
'CROSS_COMPILE=${TARGET_PREFIX}' \
|
||||||
'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \
|
'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \
|
||||||
|
'KLIBCLIBGCC=${STAGING_DIR_TARGET}${libdir}/${TARGET_SYS}/*/libgcc.a' \
|
||||||
'prefix=${exec_prefix}' \
|
'prefix=${exec_prefix}' \
|
||||||
'INSTALLROOT=${D}' \
|
'INSTALLROOT=${D}' \
|
||||||
'SHLIBDIR=${libdir}' \
|
'SHLIBDIR=${libdir}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user