diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:50:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:50:01 +0000 |
commit | 169105231878016c412fedc1f39dbca6f99bc46a (patch) | |
tree | 2be55e450f1255cc37523069906f4f462ca6e197 /gcc/gcc-cross_3.4.0.oe | |
parent | 9b3f3876bbb92f2024dcc46031808b8ad786aa90 (diff) |
Few gnu-configize fixups.
BKrev: 40a5d9b9IYsyEsogE5o5_aCA2SYfQg
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r-- | gcc/gcc-cross_3.4.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe index 629bdf9bba..72cfb24100 100644 --- a/gcc/gcc-cross_3.4.0.oe +++ b/gcc/gcc-cross_3.4.0.oe @@ -19,7 +19,7 @@ export LDFLAGS = "" do_configure () { rm -f ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${PV}/libgcc_eh.a - gnu-configize + (cd ${S} && gnu-configize) || die "failure running gnu-configize" oe_runconf } |