Skip to content
Snippets Groups Projects
Commit f2d6452e authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-02-24 13:58:56 by sewardj]

Use the GMP library built in ghc/rts, not the system-supplied one,
since that doesn't exist on Cygwin.
parent bb4971d0
No related branches found
No related tags found
No related merge requests found
# --------------------------------------------------------------------------- # # --------------------------------------------------------------------------- #
# $Id: Makefile,v 1.25 2000/02/14 11:15:09 sewardj Exp $ # # $Id: Makefile,v 1.26 2000/02/24 13:58:56 sewardj Exp $ #
# --------------------------------------------------------------------------- # # --------------------------------------------------------------------------- #
TOP = .. TOP = ..
...@@ -49,7 +49,8 @@ hugs: $(C_OBJS) ../rts/Sanity.o ../rts/Assembler.o ../rts/Disassembler.o \ ...@@ -49,7 +49,8 @@ hugs: $(C_OBJS) ../rts/Sanity.o ../rts/Assembler.o ../rts/Disassembler.o \
../rts/Evaluator.o ../rts/ForeignCall.o ../rts/GC.o ../rts/Printer.o \ ../rts/Evaluator.o ../rts/ForeignCall.o ../rts/GC.o ../rts/Printer.o \
../rts/StgCRun.o ../rts/PrimOps.o ../rts/StgCRun.o ../rts/PrimOps.o
$(CC) -o $@ $(CC_OPTS) $^ $(GHC_LIBS_NEEDED) \ $(CC) -o $@ $(CC_OPTS) $^ $(GHC_LIBS_NEEDED) \
-lbfd -liberty $(LIB_READLINE) $(LIB_DL) -lgmp -lm -lbfd -liberty $(LIB_READLINE) $(LIB_DL) \
../rts/gmp/libgmp.a -lm
foobar: foobar:
rm -f ../rts/libHSrts.a ../rts/libHSrts_u.a rm -f ../rts/libHSrts.a ../rts/libHSrts_u.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment