[commit: nofib] master: Pass -pthread when compiling revcomp-c.c (c4bcc96)
Johan Tibell
johan.tibell at gmail.com
Fri Feb 8 18:01:40 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c4bcc96e349c8fe6a8f8213d3d349c76fe5c8070
>---------------------------------------------------------------
commit c4bcc96e349c8fe6a8f8213d3d349c76fe5c8070
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Fri Feb 8 09:01:11 2013 -0800
Pass -pthread when compiling revcomp-c.c
>---------------------------------------------------------------
shootout/reverse-complement/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shootout/reverse-complement/Makefile b/shootout/reverse-complement/Makefile
index 96d7e87..c532470 100644
--- a/shootout/reverse-complement/Makefile
+++ b/shootout/reverse-complement/Makefile
@@ -49,7 +49,7 @@ all boot :: $(INPUT_FILE)
# Create output to validate against
revcomp-c : revcomp-c.o
- gcc $< -o $@
+ gcc $< -o $@ -pthread
reverse-complement.faststdout : revcomp-c
./revcomp-c < $(INPUT_FILE) > $@
More information about the ghc-commits
mailing list