From: Kai Tietz Date: Tue, 19 Aug 2014 14:55:37 +0000 (+0200) Subject: configure.tgt: Add cygwin to supported targets. X-Git-Tag: releases/gcc-5.1.0~5377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fe8c024aaebab2bce6c2e4636a6d2cb7cafff5f;p=thirdparty%2Fgcc.git configure.tgt: Add cygwin to supported targets. 2014-08-19 Yaakov Selkowitz * configure.tgt: Add cygwin to supported targets. From-SVN: r214154 --- diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 921c1205eae2..44707361a14c 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,4 +1,8 @@ -2013-07-18 Uros Bizjak +2014-08-19 Yaakov Selkowitz + + * configure.tgt: Add cygwin to supported targets. + +2014-07-18 Uros Bizjak * configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS. diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index d3e01f903312..b0344d595abb 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -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" ;;