source: trunk/libs/newlib/src/config/target-posix @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 276 bytes
Line 
1case "${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
Note: See TracBrowser for help on using the repository browser.