Skip to content

Commit

Permalink
2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
Browse files Browse the repository at this point in the history
        * configure.tgt: Add cygwin to supported targets.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214154 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ktietz committed Aug 19, 2014
1 parent 827d5da commit 2000e0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion libatomic/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion libatomic/configure.tgt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down

0 comments on commit 2000e0a

Please sign in to comment.