From 169105231878016c412fedc1f39dbca6f99bc46a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 15 May 2004 08:50:01 +0000 Subject: Few gnu-configize fixups. BKrev: 40a5d9b9IYsyEsogE5o5_aCA2SYfQg --- gcc/gcc-cross_3.3.3.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1c2dee94cc..3fbc4d76f3 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -23,7 +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 + (cd ${S} && gnu-configize) || die "failure running gnu-configize" oe_runconf } -- cgit v1.2.3