Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r347:7a86a8b3cbb1
Date: 2013-07-04 13:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/7a86a8b3cbb1/

Log:    fix also the duhton target

diff --git a/duhton/Makefile b/duhton/Makefile
--- a/duhton/Makefile
+++ b/duhton/Makefile
@@ -2,10 +2,10 @@
 all: duhton_debug duhton
 
 duhton: *.c *.h ../c4/*.c ../c4/*.h
-       gcc -lrt -pthread -g -O2 -o duhton *.c ../c4/stmgc.c -Wall
+       gcc -pthread -g -O2 -o duhton *.c ../c4/stmgc.c -Wall -lrt 
 
 duhton_debug: *.c *.h ../c4/*.c ../c4/*.h
-       gcc -lrt -pthread -g -DDu_DEBUG -D_GC_DEBUG=2 -DGC_NURSERY=2048 -o 
duhton_debug *.c ../c4/stmgc.c -Wall
+       gcc -pthread -g -DDu_DEBUG -D_GC_DEBUG=2 -DGC_NURSERY=2048 -o 
duhton_debug *.c ../c4/stmgc.c -Wall -lrt 
 
 clean:
        rm -f duhton duhton_debug
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to