summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 19:01:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-03 19:01:31 +0000
commit562f5c8591e01246b5633e04fdbec81c8ec9fd75 (patch)
tree01aac898f547c516d3cd0909d7aa270568d7fb40 /aclocal
parentPatch from Eric Norum <eric@cls.usask.ca> to prevent leaking MT_SONAME (diff)
downloadrtems-562f5c8591e01246b5633e04fdbec81c8ec9fd75.tar.bz2
Added cygwin as mapping to unix port.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonical-target-name.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index ae4ea25caf..93d16ce6f8 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -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
;;