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
This commit is contained in:
parent
1ac8397612
commit
6fe8c024aa
@ -1,4 +1,8 @@
|
||||
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.
|
||||
|
||||
|
@ -107,7 +107,7 @@ case "${target}" in
|
||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu \
|
||||
| *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \
|
||||
| *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \
|
||||
| *-*-darwin* | *-*-aix*)
|
||||
| *-*-darwin* | *-*-aix* | *-*-cygwin*)
|
||||
# POSIX system. The OS is supported.
|
||||
config_path="${config_path} posix"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user