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:
aa29350
)
gcc-configure-target.inc: Add with-build-sysroot
author
Khem Raj
<raj.khem@gmail.com>
Sun, 10 Oct 2010 06:43:09 +0000
(23:43 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sun, 10 Oct 2010 07:06:02 +0000
(
00:06
-0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-configure-target.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-configure-target.inc
b/recipes/gcc/gcc-configure-target.inc
index
04045aa
..
03d7a6b
100644
(file)
--- a/
recipes/gcc/gcc-configure-target.inc
+++ b/
recipes/gcc/gcc-configure-target.inc
@@
-2,5
+2,5
@@
require gcc-configure-common.inc
EXTRA_OECONF_PATHS = " \
--with-local-prefix=${prefix}/local \
- --with-gxx-include-dir=${includedir}/c++/${BINV}
"
-
+ --with-gxx-include-dir=${includedir}/c++/${BINV}
\
+ --with-build-sysroot=${STAGING_DIR_HOST}"