Commit 6fe8c024 by Kai Tietz

configure.tgt: Add cygwin to supported targets.

2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

        * configure.tgt: Add cygwin to supported targets.

From-SVN: r214154
parent 1ac83976
2013-07-18 Uros Bizjak <ubizjak@gmail.com> 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
* configure.tgt: Add cygwin to supported targets.
2014-07-18 Uros Bizjak <ubizjak@gmail.com>
* configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS. * configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.
......
...@@ -107,7 +107,7 @@ case "${target}" in ...@@ -107,7 +107,7 @@ case "${target}" in
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu \ *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu \
| *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
| *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \ | *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \
| *-*-darwin* | *-*-aix*) | *-*-darwin* | *-*-aix* | *-*-cygwin*)
# POSIX system. The OS is supported. # POSIX system. The OS is supported.
config_path="${config_path} posix" config_path="${config_path} posix"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment