Home | History | Annotate | Download | only in standalone

Lines Matching defs:panic

36 panic () {
41 if [ $? != 0 ]; then panic "$@"; fi
86 panic "Unknown option '$opt'. See --help for list of valid ones."
250 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option."
267 panic "Missing compiler, please fix your prefix definition: $GCC"
272 panic "Bad compiler path: ${PREFIX}gcc"
298 panic "Missing compiler, please fix your prefix definition: $CLANG"
313 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR"
341 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI."
357 panic "Sysroot directory does not exist: $SYSROOT"
366 panic "Can't find sysroot file, use --sysroot to point to valid one: $SYSROOT"
369 panic "Incomplete sysroot, use --sysroot to point to valid one: $SYSROOT"