changeset 785:5ed920fc2ea5

Bugfix, missed a variable rename.
author Rob Landley <rob@landley.net>
date Sun, 05 Jul 2009 21:34:12 -0500
parents 037488e9889d
children 8b5ea56e7507
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Sun Jul 05 17:51:54 2009 -0500
+++ b/build.sh	Sun Jul 05 21:34:12 2009 -0500
@@ -52,7 +52,7 @@
   # the host (to build the executables) and one for the target (to build
   # the libraries).
 
-  BUILD_STATIC=1 FROM_ARCH="$STATIC_CROSS_HOST" NATIVE_TOOLCHAIN=only \
+  BUILD_STATIC=1 FROM_ARCH="$STATIC_CROSS_COMPILER_HOST" NATIVE_TOOLCHAIN=only \
     STAGE_NAME=cross-static ./root-filesystem.sh $1
 
   # Replace the dynamic cross compiler with the static one.