[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Dec 15 14:15:26 PST 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.29 -> 1.30
---
Log message:

Add LLVMGCCDIR/lib to the library search paths.


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

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.29 llvm-java/test/Makefile.test:1.30
--- llvm-java/test/Makefile.test:1.29	Mon Dec 13 20:59:35 2004
+++ llvm-java/test/Makefile.test	Wed Dec 15 16:15:16 2004
@@ -61,7 +61,7 @@
 # rule to link bytecode with runtime
 %.llvm %.llvm.bc: %.linked.bc $(LibDir)/libjrt.bca $(EXTRA_OBJS) $(LOPT)
 	$(Echo) Linking $< with the Java runtime
-	-$(Verb)$(GCCLD) -o=$*.llvm $< -L $(LibDir) $(EXTRA_OBJS)
+	-$(Verb)$(GCCLD) -o=$*.llvm $< -L $(LLVMGCCDIR)/lib -L $(LibDir) $(EXTRA_OBJS)
 
 # rule to make assembly from bytecode
 %.dis-ll: %.bc






More information about the llvm-commits mailing list