[llvm-commits] [test-suite] r92748 - /test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
Chris Lattner
sabre at nondot.org
Tue Jan 5 10:32:41 PST 2010
Author: lattner
Date: Tue Jan 5 12:32:40 2010
New Revision: 92748
URL: http://llvm.org/viewvc/llvm-project?rev=92748&view=rev
Log:
fix undef references to powf etc, patch by Gregory Petrosyan!
Modified:
test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile?rev=92748&r1=92747&r2=92748&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile Tue Jan 5 12:32:40 2010
@@ -1,7 +1,7 @@
LEVEL = ../../../
PROG = bullet
CPPFLAGS += -I$(PROJ_SRC_DIR)/include -DNO_TIME
-LDFLAGS = -lstdc++
+LDFLAGS = -lstdc++ -lm
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list