changeset 544:fcdbdb1059fa

Commit 527 broke distccd. Fix it. (Cross compiling remains fiddly.)
author Rob Landley <rob@landley.net>
date Wed, 17 Dec 2008 00:45:59 -0600
parents e85e59bd76aa
children f1337876df98
files mini-native.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Tue Dec 16 14:15:00 2008 -0600
+++ b/mini-native.sh	Wed Dec 17 00:45:59 2008 -0600
@@ -268,7 +268,8 @@
 cleanup bash
 
 setupfor distcc
-./configure --host="${CROSS_TARGET}" --prefix="${TOOLS}" --with-included-popt &&
+CC="${ARCH}-cc" ./configure --host="${CROSS_TARGET}" --prefix="${TOOLS}" \
+  --with-included-popt &&
 make -j $CPUS &&
 make -j $CPUS install &&
 mkdir -p "${TOOLS}/distcc" || dienow