changeset 844:ea9af6c73dbf

Use the ARCH_NAME rather than ARCH when making stage directories. The only place we don't run check_for_base_arch is system-image, and here we want this to differ because of the kernels.
author Mark Miller <mark@mirell.org>
date Sun, 11 Oct 2009 00:58:34 -0500
parents 96b276eda7f1
children 444c36a37841
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Fri Oct 09 22:42:35 2009 -0500
+++ b/sources/functions.sh	Sun Oct 11 00:58:34 2009 -0500
@@ -50,7 +50,7 @@
 
   # Setup directories and add the cross compiler to the start of the path.
 
-  STAGE_DIR="$BUILD/${STAGE_NAME}-${ARCH}"
+  STAGE_DIR="$BUILD/${STAGE_NAME}-${ARCH_NAME}"
 
   export PATH="${BUILD}/cross-compiler-$ARCH/bin:$PATH"
   [ "$FROM_ARCH" != "$ARCH" ] &&