diff options
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.3.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 5619ce6b59..1c2dee94cc 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -23,6 +23,7 @@ do_configure () { export LD="${TARGET_SYS}-ld" export NM="${TARGET_SYS}-nm" rm -f ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a + gnu-configize oe_runconf } |