[oe-commits] Koen Kooi : gcc csl 2007q3: hack to fix build

git version control git at git.openembedded.org
Sun Jul 11 08:29:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a9b120b5347e24aff9e63b1cfa11f39170c3db3c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9b120b5347e24aff9e63b1cfa11f39170c3db3c

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jul 11 10:27:55 2010 +0200

gcc csl 2007q3: hack to fix build

---

 recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb    |    1 +
 .../gcc/gcc-cross-intermediate_csl-arm-2007q3.bb   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
index 2019def..908b612 100644
--- a/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
+++ b/recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
@@ -5,5 +5,6 @@ S = "${WORKDIR}/gcc-4.2"
 
 # Hack till we fix *libc properly
 do_install_append() {
+	install -d ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
 	ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
 }
diff --git a/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
index 7bcf5d2..89e6a85 100644
--- a/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
+++ b/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb
@@ -5,5 +5,6 @@ S = "${WORKDIR}/gcc-4.2"
 
 # Hack till we fix *libc properly
 do_install_append() {
+	install -d ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include
 	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