diff mbox

Enable libatomic for cygwin targets

Message ID 53EA5F82.8030804@redhat.com
State New
Headers show

Commit Message

Yaakov Selkowitz Aug. 12, 2014, 6:40 p.m. UTC
The attached patch enabled libatomic for Cygwin targets.

check-target-libatomic for i686-pc-cygwin:

Running gcc/libatomic/testsuite/libatomic.c/c.exp ...
                 === libatomic Summary ===
# of expected passes            44
# of unsupported tests          5

check-target-libatomic results x86_64-unknown-cygwin:

Running gnu/gcc/libatomic/testsuite/libatomic.c/c.exp ...
                 === libatomic Summary ===
# of expected passes            54

Comments

Kai Tietz Aug. 12, 2014, 6:45 p.m. UTC | #1
2014-08-12 20:40 GMT+02:00 Yaakov Selkowitz <yselkowi@redhat.com>:
> The attached patch enabled libatomic for Cygwin targets.
>
> check-target-libatomic for i686-pc-cygwin:
>
> Running gcc/libatomic/testsuite/libatomic.c/c.exp ...
>                 === libatomic Summary ===
> # of expected passes            44
> # of unsupported tests          5
>
> check-target-libatomic results x86_64-unknown-cygwin:
>
> Running gnu/gcc/libatomic/testsuite/libatomic.c/c.exp ...
>                 === libatomic Summary ===
> # of expected passes            54
>
> --
> Yaakov Selkowitz
> Associate Software Engineer, ARM
> Red Hat, Inc.

Patch is ok.  Please apply.

Thanks,
Kai
Kai Tietz Aug. 19, 2014, 2:56 p.m. UTC | #2
Applied for you at revision 214154.

Kai
diff mbox

Patch

Index: libatomic/configure.tgt
===================================================================
--- libatomic/configure.tgt	(revision 213759)
+++ libatomic/configure.tgt	(working copy)
@@ -107,7 +107,7 @@ 
   *-*-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"
 	;;