diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-cross-kernel_3.3.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross-kernel_3.3.3.oe b/gcc/gcc-cross-kernel_3.3.3.oe index 62d6d190ce..42403cfe43 100644 --- a/gcc/gcc-cross-kernel_3.3.3.oe +++ b/gcc/gcc-cross-kernel_3.3.3.oe @@ -11,6 +11,6 @@ do_install () { do_stage () { cd gcc - oe_runmake install-common install-headers + oe_runmake install-common install-headers install-libgcc install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV} } |