Home | History | Annotate | Download | only in standalone

Lines Matching refs:panic

37 panic () {
42 if [ $? != 0 ]; then panic "$@"; fi
87 panic "Unknown option '$opt'. See --help for list of valid ones."
251 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option."
268 panic "Missing compiler, please fix your prefix definition: $GCC"
273 panic "Bad compiler path: ${PREFIX}gcc"
299 panic "Missing compiler, please fix your prefix definition: $CLANG"
314 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR"
354 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI."
370 panic "Sysroot directory does not exist: $SYSROOT"
380 panic "Can't find sysroot file, use --sysroot to point to valid one: $SYSROOT"
383 panic "Incomplete sysroot, use --sysroot to point to valid one: $SYSROOT"