mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
glibc: Ensure libc is built in the correct directory by setting slibdir
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -74,6 +74,9 @@ SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff"
|
|||||||
S = "${WORKDIR}/glibc-${PV}"
|
S = "${WORKDIR}/glibc-${PV}"
|
||||||
B = "${WORKDIR}/build-${TARGET_SYS}"
|
B = "${WORKDIR}/build-${TARGET_SYS}"
|
||||||
|
|
||||||
|
# We need this for nativesdk
|
||||||
|
export libc_cv_slibdir = "${base_libdir}"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
||||||
--without-cvs --disable-profile --disable-debug --without-gd \
|
--without-cvs --disable-profile --disable-debug --without-gd \
|
||||||
--enable-clocale=gnu \
|
--enable-clocale=gnu \
|
||||||
|
|||||||
Reference in New Issue
Block a user