diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-11 10:27:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-11 10:28:55 +0200 |
commit | a9b120b5347e24aff9e63b1cfa11f39170c3db3c (patch) | |
tree | 5adf9fd43701b07dd07a984ead9b2ec70be78de0 /recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb | |
parent | ebaaae935b2d213c28cb02c24304ba8bf0a03d5b (diff) |
gcc csl 2007q3: hack to fix build
Diffstat (limited to 'recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb b/recipes/gcc/gcc-cross-intermediate_csl-arm-2007q3.bb index 7bcf5d2396..89e6a85186 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/ } |