changeset 153:106f3875f606

The bash build continues to be stupid. Force RANLIB.
author Rob Landley <rob@landley.net>
date Sun, 08 Apr 2007 14:53:18 -0400
parents d056d2571395
children 47b14e5d6117
files mini-native.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Sat Apr 07 23:26:30 2007 -0400
+++ b/mini-native.sh	Sun Apr 08 14:53:18 2007 -0400
@@ -145,9 +145,9 @@
 bash_cv_have_mbstate_t=yes
 bash_cv_getenv_redef=no
 EOF
-CC="${ARCH}-gcc" ./configure --prefix="${TOOLS}" --build="${CROSS_HOST}" \
-  --host="${CROSS_TARGET}" --cache-file=config.cache \
- --without-bash-malloc --disable-readline &&
+CC="${ARCH}-gcc" RANLIB="$(ARCH)-ranlib" ./configure --prefix="${TOOLS}" \
+  --build="${CROSS_HOST}" --host="${CROSS_TARGET}" --cache-file=config.cache \
+  --without-bash-malloc --disable-readline &&
 make &&
 make install &&
 # Make bash the default shell.