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 | |
parent | 8925b1cf39a96675561800611acaeb264d90ccf4 (diff) |
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc_3.3.3.oe | 2 | ||||
-rw-r--r-- | gcc/gcc_3.4.0.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc_3.3.3.oe b/gcc/gcc_3.3.3.oe index 72cd81c19b..4f30cb5c21 100644 --- a/gcc/gcc_3.3.3.oe +++ b/gcc/gcc_3.3.3.oe @@ -176,7 +176,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 } 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 } |