diff options
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r-- | gcc/gcc-cross_3.4.0.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe index 6d68eaeb65..629bdf9bba 100644 --- a/gcc/gcc-cross_3.4.0.oe +++ b/gcc/gcc-cross_3.4.0.oe @@ -19,6 +19,7 @@ export LDFLAGS = "" do_configure () { rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${PV}/libgcc_eh.a + gnu-configize oe_runconf } |