[oe-commits] org.oe.dev gcc 4.3.0: add symlink hack to get the right includes to glibc

koen commit oe at amethyst.openembedded.net
Mon May 12 10:17:57 UTC 2008


gcc 4.3.0: add symlink hack to get the right includes to glibc

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 352a68daa258bd3812504d237366304d1a244e55
ViewMTN: http://monotone.openembedded.org/revision/info/352a68daa258bd3812504d237366304d1a244e55
Files:
1
packages/gcc/gcc-cross-initial_4.3.0.bb
Diffs:

#
# mt diff -r4210a3d1fbf81646246fe20e41eb5083b9abf364 -r352a68daa258bd3812504d237366304d1a244e55
#
#
#
# patch "packages/gcc/gcc-cross-initial_4.3.0.bb"
#  from [6f04b3c99d0965567ffc37200aa7b10cff34845b]
#    to [3251effa76d0f82298fc41cdc07649a354e58306]
#
============================================================
--- packages/gcc/gcc-cross-initial_4.3.0.bb	6f04b3c99d0965567ffc37200aa7b10cff34845b
+++ packages/gcc/gcc-cross-initial_4.3.0.bb	3251effa76d0f82298fc41cdc07649a354e58306
@@ -3,3 +3,9 @@ EXTRA_OECONF += "--disable-libmudflap --
 
 EXTRA_OECONF += "--disable-libmudflap --disable-libgomp \
 		--disable-libssp"
+
+# Hack till we fix *libc properly
+do_stage_append() {
+        ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
+}
+






More information about the Openembedded-commits mailing list