From 8925b1cf39a96675561800611acaeb264d90ccf4 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 15 May 2004 06:38:58 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into hyperion.(none):/home/kergoth/code/projects/packages 2004/05/15 01:35:03-05:00 (none)!kergoth Call out gnu-configize manually on the builds that bypass autoreconf. BKrev: 40a5bb02CQgTEe7Hrzks5EpjXWGTiQ --- gcc/gcc-cross_3.3.3.oe | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/gcc-cross_3.3.3.oe') 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 } -- cgit v1.2.3