summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-configure-target.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-19 17:19:06 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-19 17:19:06 +0000
commit7b86677ddeb5c347387978358c8abc57af6f28b1 (patch)
tree9da40b0e76dfc37922cc03df12af563f2190c12d /meta/packages/gcc/gcc-configure-target.inc
parent20368362fd8ee2e8a670e98e676647278f02e761 (diff)
downloadpoky-7b86677ddeb5c347387978358c8abc57af6f28b1.tar.gz
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
Diffstat (limited to 'meta/packages/gcc/gcc-configure-target.inc')
-rw-r--r--meta/packages/gcc/gcc-configure-target.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-configure-target.inc b/meta/packages/gcc/gcc-configure-target.inc
index 04045aa541..a3e274522c 100644
--- a/meta/packages/gcc/gcc-configure-target.inc
+++ b/meta/packages/gcc/gcc-configure-target.inc
@@ -1,6 +1,6 @@
1require gcc-configure-common.inc 1require gcc-configure-common.inc
2 2
3EXTRA_OECONF_PATHS = " \ 3EXTRA_OECONF_PATHS = " \
4 --with-local-prefix=${prefix}/local \ 4 --with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \
5 --with-gxx-include-dir=${includedir}/c++/${BINV}" 5 --with-gxx-include-dir=${includedir}/c++/${BINV}/"
6 6