# HG changeset patch # User Rob Landley # Date 1432702245 18000 # Node ID feac53ef0d1cf6baa0915b2f1ce88d18b170c69c # Parent 12490c08f585a8598e47320f550b3785035b2de4 Building ELF toolchain with ./build.sh should stop early. diff -r 12490c08f585 -r feac53ef0d1c build.sh --- a/build.sh Tue May 26 23:50:09 2015 -0500 +++ b/build.sh Tue May 26 23:50:45 2015 -0500 @@ -139,6 +139,13 @@ do_stage cross-compiler "$ARCH" fi +if ! grep -q KARCH= sources/targets/"$ARCH" +then + echo no KARCH in $1, stopping here +fi + +exit 1 + # Build the basic root filesystem. if not_already root-filesystem