# HG changeset patch # User Rob Landley # Date 1257215972 21600 # Node ID 53fea19e430a45996cc826a6a9ba1c16faa40525 # Parent a5d7e6ad7aa4f5147217d3e94cdf117b6d9ee26e Catch if the native compiler build dies (probably means uClibc is horked on i686). diff -r a5d7e6ad7aa4 -r 53fea19e430a build.sh --- 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.