view config/target-posix @ 121:49957f95a4d1

fix fntype
author anatofuz
date Fri, 09 Mar 2018 19:18:14 +0900
parents 04ced10e8804
children
line wrap: on
line source

case "${target}" in
  *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
      ;;
  *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
      ;;
  *-*-solaris2* | *-*-hpux11*)
      ;;
  *-*-darwin* | *-*-aix*)
      ;;
  *)
      UNSUPPORTED=1 ;;
  esac