Lines Matching refs:ABI
49 ABI=
61 --abi=*)
62 ABI=$optarg
114 echo "The target ABI is normally auto-detected from the toolchain, but you can specify an"
115 echo "alternative one with the --abi=<name> option. This is only useful on ARM, where the"
116 echo "default ABI is 'armeabi' targetting the ARMv5TE instruction set. If you want to check"
119 echo " --abi=armeabi-v7a"
123 echo "to display the list of all tests that are relevant for your current ABI."
132 echo " --list List all available tests for current ABI."
136 echo " --abi=<name> Specify target ABI name."
214 elif [ -f "$DIR/run-$ABI.sh" ]; then
216 SCRIPT=run-$ABI.sh
237 if [ -z "$ABI" ]; then
238 ABI=armeabi
324 if [ -z "$ABI" ]; then
329 ABI=armeabi
333 ABI=x86
337 ABI=mips
341 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI."
343 dump "Auto-config: --abi=$ABI"
348 # Ensure ABI_<abi> is defined as a compiler macro when building test programs.
350 ABI_MACRO=ABI_$(echo "$ABI" | tr '-' '_')
425 export PREFIX CC CXX CFLAGS CXXFLAGS LDFLAGS VERBOSE ABI NULL