diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
commit | 05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch) | |
tree | c8b62a83bd00428a78e1f6c8458637b60e7c1721 /gcc/gcc_3.4.0.oe | |
parent | 8925b1cf39a96675561800611acaeb264d90ccf4 (diff) |
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'gcc/gcc_3.4.0.oe')
-rw-r--r-- | gcc/gcc_3.4.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index d77e889065..d32e31888d 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -170,7 +170,7 @@ do_configure () { export AR_FOR_TARGET="${HOST_PREFIX}ar" export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib" fi - gnu-configize + (cd ${S} && gnu-configize) || die "failure running gnu-configize" oe_runconf } |