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