Home | History | Annotate | Download | only in dist

Lines Matching refs:ABI

230 	# to ELF recently (or will in the future) and ABI.
251 # Determine ABI tags.
255 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
274 GUESS=$machine-${os}${release}${abi-}
989 ABI=64
993 ABI=eabihf
995 ABI=eabi
999 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1001 case $ABI in
1002 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1198 ABI=64
1201 ABI=x86
1204 ABI=x32
1208 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1210 case $ABI in