diff options
Diffstat (limited to 'packages/gcc/gcc-cross_3.3.3.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.3.3.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/gcc/gcc-cross_3.3.3.bb b/packages/gcc/gcc-cross_3.3.3.bb index d01528c5ec..44ba65269e 100644 --- a/packages/gcc/gcc-cross_3.3.3.bb +++ b/packages/gcc/gcc-cross_3.3.3.bb @@ -43,10 +43,6 @@ do_stage_append () { rm -rf ${CROSS_DIR}/$d done - # These aren't useful on the cross toolchain - rm -f ${CROSS_DIR}/bin/*gcov - rm -f ${CROSS_DIR}/bin/*gccbug - # Fix a few include links so cross builds are happier if [ ! -e ${STAGING_INCDIR}/c++ ]; then mkdir -p ${STAGING_INCDIR} |