git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3761ff6
)
gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSS
author
Khem Raj
<raj.khem@gmail.com>
Fri, 30 Jul 2010 06:53:59 +0000
(23:53 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Fri, 30 Jul 2010 06:55:18 +0000
(23:55 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-configure-cross.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-configure-cross.inc
b/recipes/gcc/gcc-configure-cross.inc
index
869ac5e
..
b6b2f31
100644
(file)
--- a/
recipes/gcc/gcc-configure-cross.inc
+++ b/
recipes/gcc/gcc-configure-cross.inc
@@
-6,7
+6,7
@@
EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix}
--with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \
--with-sysroot=${STAGING_DIR_TARGET} \
--with-build-sysroot=${STAGING_DIR_TARGET} \
- --with-build-time-tools=${
bindir
}"
+ --with-build-time-tools=${
STAGING_BINDIR_CROSS
}"
do_configure_prepend () {
export CC="${BUILD_CC}"