LoongArch: Add constraints for bit string operation define_insn_and_split's [PR114861]
[official-gcc.git] / config / target-posix
blob2fba066c615257a000fee3fd419fe0da4d4e4ef0
1 case "${target}" in
2   *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3       ;;
4   *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
5       ;;
6   *-*-solaris2* | *-*-hpux11*)
7       ;;
8   *-*-darwin* | *-*-aix*)
9       ;;
10   *)
11       UNSUPPORTED=1 ;;
12   esac