]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.tgt: Add cygwin to supported targets.
authorKai Tietz <ktietz@gcc.gnu.org>
Tue, 19 Aug 2014 14:55:37 +0000 (16:55 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 19 Aug 2014 14:55:37 +0000 (16:55 +0200)
2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

        * configure.tgt: Add cygwin to supported targets.

From-SVN: r214154

libatomic/ChangeLog
libatomic/configure.tgt

index 921c1205eae28840f6ff6d51dab993ae5542de29..44707361a14c5f0edb3eba9f00434ed213f47418 100644 (file)
@@ -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.
 
index d3e01f9033125566faffc087b7dbbdabb494ce49..b0344d595abbe4dcd658cac6ce603737edbc0cec 100644 (file)
@@ -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"
        ;;