aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-configure-common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-08 20:49:09 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-10 19:26:08 -0700
commit2aaa2e297f98a239a628706124615a7816a6b662 (patch)
tree9dad29d9c8760c1765afe463855f7cbed174c4d3 /recipes/gcc/gcc-configure-common.inc
parentad856cde593366bcd0d6cf4c6dfec12ec58c0b20 (diff)
downloadopenembedded-2aaa2e297f98a239a628706124615a7816a6b662.tar.gz
gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIR
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-configure-common.inc')
-rw-r--r--recipes/gcc/gcc-configure-common.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
index 1c605a132d..7315a20cf9 100644
--- a/recipes/gcc/gcc-configure-common.inc
+++ b/recipes/gcc/gcc-configure-common.inc
@@ -81,13 +81,6 @@ do_configure () {
(cd ${S} && gnu-configize) || die "failure running gnu-configize"
- # splice our idea of where the headers live into gcc's world
- echo "NATIVE_SYSTEM_HEADER_DIR = ${layout_includedir}" > ${T}/t-oe
- sed 's%^tmake_file=.*$%& ${T}/t-oe%' < ${S}/gcc/Makefile.in >${S}/gcc/Makefile.in.new
- mv ${S}/gcc/Makefile.in.new ${S}/gcc/Makefile.in
-
- echo "#define STANDARD_INCLUDE_DIR \"${layout_includedir}\"" >> ${S}/gcc/defaults.h
-
oe_runconf
# make sure that no @LDFLAG@ is left in the generated Makefile