changeset 873:53fea19e430a

Catch if the native compiler build dies (probably means uClibc is horked on i686).
author Rob Landley <rob@landley.net>
date Mon, 02 Nov 2009 20:39:32 -0600
parents a5d7e6ad7aa4
children d29edba5582f
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Mon Nov 02 14:23:56 2009 -0600
+++ b/build.sh	Mon Nov 02 20:39:32 2009 -0600
@@ -64,7 +64,7 @@
   # the libraries).
 
   BUILD_STATIC=1 FROM_ARCH="$STATIC_CROSS_COMPILER_HOST" NATIVE_TOOLCHAIN=only \
-    ROOT_NODIRS=1 STAGE_NAME=cross-static ./root-filesystem.sh "$ARCH"
+    ROOT_NODIRS=1 STAGE_NAME=cross-static ./root-filesystem.sh "$ARCH" &&
 
   # Replace the dynamic cross compiler with the static one so the rest of
   # the build uses the new one.