mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
gcc-configure-*.inc: Fix up local-prefix and gcc-include-dir options
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4502 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,7 +5,7 @@ USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}'
|
||||
USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibcgnueabi", "no", "", d )}'
|
||||
|
||||
EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
|
||||
--with-gxx-include-dir=${STAGING_DIR_TARGET}/${layout_includedir}/c++ \
|
||||
--with-gxx-include-dir=${prefix}/${TARGET_SYS}${layout_includedir}/c++/${BINV}/ \
|
||||
--with-sysroot=${prefix}/${TARGET_SYS} \
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET}"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require gcc-configure-common.inc
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
--with-local-prefix=${prefix}/local \
|
||||
--with-gxx-include-dir=${includedir}/c++/${BINV}"
|
||||
--with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
|
||||
--with-gxx-include-dir=${includedir}/c++/${BINV}/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user