Lines Matching refs:err
8 function err() { function
13 err "Detect compiler and linker versions, generate mk/cc.mk"
14 err ""
15 err "Usage: ./detect_cc.sh [OPTION]..."
16 err ""
17 err "Defaults for the options are specified in brackets."
18 err ""
19 err "General:"
20 err " -h, --help Display this help and exit"
21 err " --cc=path C compiler to use"
22 err " --cxx=path C++ compiler to use"
23 err " --ld=path Linker to use"
24 err " --lto=[y|n] Attempt to configure for LTO"
25 err " --cross-prefix=prefix Use the given prefix for the cross compiler toolchain"
63 err "Unrecognized option $i"
90 err "C compiler is $CC_TYPE but C++ compiler is $CXX_TYPE"
91 err "This may result in errors"
106 err "Unsupported linker: $LD"
115 err "Using LTO with clang requires the gold or lld linker."
128 err "Cross prefix specified ($CROSS_PREFIX) does not match prefix of $CC ($expected_prefix)."
136 err "Automatically changed CC to $CC"
138 err "Set CC to the appropriate compiler."
142 err "Set CC to the appropriate compiler."
151 err "Cross prefix specified ($CROSS_PREFIX) does not match prefix of $CXX ($expected_prefix)."
159 err "Automatically changed CXX to $CXX"
161 err "Set CXX to the appropriate compiler."
165 err "Set CXX to the appropriate compiler."