diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-08 20:32:01 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-08 20:32:01 +0100 |
commit | e77506b171e4e4b284e6fac4b610bf3594810b86 (patch) | |
tree | e3efceb92de6da883b5959292fe2efcb52f4eede /meta | |
parent | a06a85ab9b71cd286a66cc9028ef7f1170c275e5 (diff) | |
download | ast2050-yocto-poky-e77506b171e4e4b284e6fac4b610bf3594810b86.zip ast2050-yocto-poky-e77506b171e4e4b284e6fac4b610bf3594810b86.tar.gz |
gcc-configure-cross.inc: local-prefix should be the target exec_prefix
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gcc/gcc-configure-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-configure-cross.inc b/meta/packages/gcc/gcc-configure-cross.inc index 569d4b7..6051a76 100644 --- a/meta/packages/gcc/gcc-configure-cross.inc +++ b/meta/packages/gcc/gcc-configure-cross.inc @@ -2,7 +2,7 @@ require gcc-configure-common.inc USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' -EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ +EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ --with-gxx-include-dir=${STAGING_DIR_TARGET}/${target_includedir}/c++ \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET}" |