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-}
991 ABI=64
995 ABI=eabihf
997 ABI=eabi
1001 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1003 case $ABI in
1004 eabi | eabihf) CPU=armv8l; LIBCABI=$LIBC$ABI ;;
1200 ABI=64
1203 ABI=x86
1206 ABI=x32
1210 cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
1212 case $ABI in