forked from Imagelibrary/rtems
Added cygwin as simulator port.
This commit is contained in:
@@ -13,6 +13,9 @@ case "${target}" in
|
||||
i[3456]86-*freebsd2*) # unix "simulator" port
|
||||
RTEMS_HOST=FreeBSD
|
||||
;;
|
||||
i[3456]86-pc-cygwin*) # Cygwin is just enough unix like :)
|
||||
RTEMS_HOST=Cygwin
|
||||
;;
|
||||
sparc-sun-solaris*) # unix "simulator" port
|
||||
RTEMS_HOST=Solaris
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user