[commit: nofib] master: Use CC for linker when building fasta.c (e5f54ac)
Austin Seipp
mad.one at gmail.com
Tue Jun 25 13:36:35 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e5f54ac48d904dfdbd57946212fc5014357be3f2
>---------------------------------------------------------------
commit e5f54ac48d904dfdbd57946212fc5014357be3f2
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Jun 25 06:36:15 2013 -0500
Use CC for linker when building fasta.c
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
shootout/fasta/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shootout/fasta/Makefile b/shootout/fasta/Makefile
index 46bf47f..4c09caa 100644
--- a/shootout/fasta/Makefile
+++ b/shootout/fasta/Makefile
@@ -17,7 +17,7 @@ HC_OPTS += -O2 -XBangPatterns -XOverloadedStrings -package bytestring
# Create output to validate against
fasta-c : fasta-c.o
- gcc $< -o $@
+ $(CC) $< -o $@
fasta.faststdout : fasta-c
./fasta-c $(FAST_OPTS) > $@
More information about the ghc-commits
mailing list