gcc csl 2007q3: hack to fix build
authorKoen Kooi <koen@openembedded.org>
Sun, 11 Jul 2010 08:27:55 +0000 (10:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 11 Jul 2010 08:28:55 +0000 (10:28 +0200)
recipes/gcc/gcc-cross-initial_csl-arm-2007q3.bb
recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb

index 2019def..908b612 100644 (file)
@@ -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/
 }
index 7bcf5d2..89e6a85 100644 (file)
@@ -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/
 }