gcc-cross-kernel.inc: create some dirs before installing into them
authorKoen Kooi <koen@openembedded.org>
Fri, 13 Jun 2008 15:30:27 +0000 (15:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 13 Jun 2008 15:30:27 +0000 (15:30 +0000)
packages/gcc/gcc-cross-kernel.inc

index fe6539b..59938f5 100644 (file)
@@ -9,6 +9,8 @@ do_install () {
 
 do_stage () {
        cd gcc
+       install -d ${CROSS_DIR}/bin/
+       install -d ${CROSS_DIR}/lib/
        oe_runmake install-common install-headers install-libgcc
        install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
 }