mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
gcc-configure-common.inc: Fix to use target system paths
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -47,8 +47,8 @@ CPPFLAGS = ""
|
||||
ARCH_FLAGS_FOR_TARGET = "${TARGET_CC_ARCH}"
|
||||
EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'"
|
||||
|
||||
SYSTEMHEADERS = "${includedir}"
|
||||
SYSTEMLIBS1 = "${libdir}/"
|
||||
SYSTEMHEADERS = "${target_includedir}"
|
||||
SYSTEMLIBS1 = "${target_libdir}/"
|
||||
|
||||
do_configure () {
|
||||
# Setup these vars for cross building only
|
||||
|
||||
Reference in New Issue
Block a user