Lines Matching refs:trycppif

71 trycppif () {
580 if trycppif __PIC__ "$CFLAGS_C99FSE $CPPFLAGS $CFLAGS" ; then
645 trycppif __ILP32__ "$t" && ARCH=x32
649 if trycppif __thumb2__ "$t" ; then
654 trycppif __ARMEB__ "$t" && SUBARCH=${SUBARCH}eb
655 trycppif __ARM_PCS_VFP "$t" && SUBARCH=${SUBARCH}hf
673 trycppif __AARCH64EB__ "$t" && SUBARCH=${SUBARCH}_be
677 trycppif __loongarch_soft_float "$t" && SUBARCH=${SUBARCH}-sf
678 trycppif __loongarch_single_float "$t" && SUBARCH=${SUBARCH}-sp
690 if trycppif "__HAVE_68881__" ; then : ;
691 elif trycppif "__mcffpu__" ; then SUBARCH="-fp64"
697 trycppif "__mips_isa_rev >= 6" "$t" && SUBARCH=${SUBARCH}r6
698 trycppif "_MIPSEL || __MIPSEL || __MIPSEL__" "$t" && SUBARCH=${SUBARCH}el
699 trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf
703 trycppif "_MIPS_SIM != _ABI64" "$t" && ARCH=mipsn32
704 trycppif "__mips_isa_rev >= 6" "$t" && SUBARCH=${SUBARCH}r6
705 trycppif "_MIPSEL || __MIPSEL || __MIPSEL__" "$t" && SUBARCH=${SUBARCH}el
706 trycppif __mips_soft_float "$t" && SUBARCH=${SUBARCH}-sf
710 trycppif "_SOFT_FLOAT || __NO_FPRS__" "$t" && SUBARCH=${SUBARCH}-sf
722 test "$ARCH" = "microblaze" && trycppif __MICROBLAZEEL__ "$t" \
726 trycppif "_CALL_ELF == 2" "$t" || fail "$0: error: unsupported powerpc64 ABI"
727 trycppif __LITTLE_ENDIAN__ "$t" && SUBARCH=${SUBARCH}le
728 trycppif _SOFT_FLOAT "$t" && fail "$0: error: soft-float not supported on powerpc64"
732 trycppif __riscv_float_abi_soft "$t" && SUBARCH=${SUBARCH}-sf
733 trycppif __riscv_float_abi_single "$t" && SUBARCH=${SUBARCH}-sp
738 trycppif __BIG_ENDIAN__ "$t" && SUBARCH=${SUBARCH}eb
739 if trycppif "__SH_FPU_ANY__ || __SH4__" "$t" ; then
754 if trycppif __SH_FDPIC__ "$t" ; then
788 if trycppif "__FAST_MATH__" \