Added cygwin as mapping to unix port.

This commit is contained in:
Joel Sherrill
2000-04-03 19:01:31 +00:00
parent 7f02ee73ff
commit 562f5c8591

View File

@@ -21,6 +21,9 @@ case "${target}" in
i[3456]86-*freebsd2*) # unix "simulator" port
RTEMS_CPU=unix
;;
i[3456]86-pc-cygwin*) # Cygwin is just enough unix like :)
RTEMS_CPU=unix
;;
no_cpu-*rtems*)
RTEMS_CPU=no_cpu
;;