diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-29 11:03:51 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-29 11:03:51 +0000 |
commit | 00a7485954bbe016c5d8fe55b8bbeb07c9539f61 (patch) | |
tree | d9dc4ca5fa919c52540ac78fe43164b7c4cdc707 /packages/gcc/gcc3-build-cross.inc | |
parent | 8b08e51dd836ceb6cf15b075700373876d2cf607 (diff) |
gcc-cross: Update paths to reference staging instead of cross (from poky), bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly
Diffstat (limited to 'packages/gcc/gcc3-build-cross.inc')
-rw-r--r-- | packages/gcc/gcc3-build-cross.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/gcc/gcc3-build-cross.inc b/packages/gcc/gcc3-build-cross.inc index 0c90eeac16..0d7f323ea4 100644 --- a/packages/gcc/gcc3-build-cross.inc +++ b/packages/gcc/gcc3-build-cross.inc @@ -1,8 +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++ \ - --disable-multilib" +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 |