mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 08:03:12 +00:00
Added cygwin as mapping to unix port.
This commit is contained in:
@@ -21,6 +21,9 @@ case "${target}" in
|
|||||||
i[3456]86-*freebsd2*) # unix "simulator" port
|
i[3456]86-*freebsd2*) # unix "simulator" port
|
||||||
RTEMS_CPU=unix
|
RTEMS_CPU=unix
|
||||||
;;
|
;;
|
||||||
|
i[3456]86-pc-cygwin*) # Cygwin is just enough unix like :)
|
||||||
|
RTEMS_CPU=unix
|
||||||
|
;;
|
||||||
no_cpu-*rtems*)
|
no_cpu-*rtems*)
|
||||||
RTEMS_CPU=no_cpu
|
RTEMS_CPU=no_cpu
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user