summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc3-build-cross.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-19 13:01:18 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-19 13:01:18 +0000
commit405a6a68a644bdbdf303bca95d24e668efcfd2e5 (patch)
tree8b0b6857b3dc82d19939c4f1096be89ad1cbfaa8 /meta/packages/gcc/gcc3-build-cross.inc
parent6d09e07cd2778089845c7a5235da6d4c5a244070 (diff)
downloadopenembedded-core-405a6a68a644bdbdf303bca95d24e668efcfd2e5.tar.gz
openembedded-core-405a6a68a644bdbdf303bca95d24e668efcfd2e5.tar.bz2
openembedded-core-405a6a68a644bdbdf303bca95d24e668efcfd2e5.tar.xz
openembedded-core-405a6a68a644bdbdf303bca95d24e668efcfd2e5.zip
gcc-cross: Use staging for local-prefix instead of cross, undo ARCH_FLAGS_FOR_TARGET change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2763 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc3-build-cross.inc')
-rw-r--r--meta/packages/gcc/gcc3-build-cross.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc3-build-cross.inc b/meta/packages/gcc/gcc3-build-cross.inc
index 94aa1f4e9..ec285f522 100644
--- a/meta/packages/gcc/gcc3-build-cross.inc
+++ b/meta/packages/gcc/gcc3-build-cross.inc
@@ -1,7 +1,7 @@
USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}'
-EXTRA_OECONF_PATHS = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \
- --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++"
+EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR}/${TARGET_SYS} \
+ --with-gxx-include-dir=${STAGING_DIR}/${TARGET_SYS}/include/c++"
do_configure_prepend () {
rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a