Lines Matching defs:fail
62 fail () { echo "$*" ; exit 1 ; }
204 abs_builddir="$(pwd)" || fail "$0: cannot determine working directory"
205 abs_srcdir="$(cd $srcdir && pwd)" || fail "$0: invalid source directory $srcdir"
207 test "$srcdir" != "." && test -f Makefile && test ! -h Makefile && fail "$0: Makefile already exists in the working directory"
217 test "$i" -gt 50 && fail "$0: cannot create temporary file $tmpc"
226 || fail "$0: error: chosen malloc implementation '$malloc_dir' does not exist"
299 fail "$0: could not find an appropriate toolchain wrapper"
343 unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
344 *) fail "$0: unknown or unsupported target \"$target\"" ;;
726 trycppif "_CALL_ELF == 2" "$t" || fail "$0: error: unsupported powerpc64 ABI"
728 trycppif _SOFT_FLOAT "$t" && fail "$0: error: soft-float not supported on powerpc64"
749 fail "$0: error: compiler's floating point configuration is unsupported"
780 fail "$0: error: unsupported long double type"
790 fail "$0: error: compiler has broken floating point; check CFLAGS"