Lines Matching refs:ABI
224 # to ELF recently (or will in the future) and ABI.
245 # Determine ABI tags.
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
268 GUESS=$machine-${os}${release}${abi-}
983 ABI=64
987 ABI=eabihf
989 ABI=eabi
993 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
995 case $ABI in
996 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1192 ABI=64
1195 ABI=x86
1198 ABI=x32
1202 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1204 case $ABI in