[llvm-commits] CVS: llvm-test/MultiSource/Applications/minisat/Makefile

Reid Spencer reid at x10sys.com
Fri Feb 16 10:03:23 PST 2007



Changes in directory llvm-test/MultiSource/Applications/minisat:

Makefile updated: 1.5 -> 1.6
---
Log message:

Allow the CBE to link on Linux by adding the math library for "pow"


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Applications/minisat/Makefile
diff -u llvm-test/MultiSource/Applications/minisat/Makefile:1.5 llvm-test/MultiSource/Applications/minisat/Makefile:1.6
--- llvm-test/MultiSource/Applications/minisat/Makefile:1.5	Thu Feb  8 12:14:03 2007
+++ llvm-test/MultiSource/Applications/minisat/Makefile	Fri Feb 16 12:02:56 2007
@@ -3,7 +3,7 @@
 LEVEL = ../../..
 PROG = minisat
 CPPFLAGS = -D NDEBUG
-LDFLAGS = -lz
+LDFLAGS = -lz -lm
 RUN_OPTIONS = -verbosity=0 short.cnf.gz
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = -verbosity=0 long.cnf.gz






More information about the llvm-commits mailing list