diff options
Diffstat (limited to 'gcc/gcc-cross_3.3.2.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe index 96014176d0..f5534168cf 100644 --- a/gcc/gcc-cross_3.3.2.oe +++ b/gcc/gcc-cross_3.3.2.oe @@ -27,6 +27,7 @@ do_configure () { export RANLIB="${TARGET_SYS}-ranlib" export LD="${TARGET_SYS}-ld" export NM="${TARGET_SYS}-nm" + rm -f ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/3.3.2/libgcc_eh.a oe_runconf } |