[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile

Reid Spencer reid at x10sys.com
Tue Sep 14 23:23:05 PDT 2004



Changes in directory llvm/projects/Stacker/lib/compiler:

Makefile updated: 1.2 -> 1.3
---
Log message:

Stacker compiler library doesn't need to be shared and it can cause 
problems on some platforms (like Solaris).


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

Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.2 llvm/projects/Stacker/lib/compiler/Makefile:1.3
--- llvm/projects/Stacker/lib/compiler/Makefile:1.2	Sat Sep  4 14:48:50 2004
+++ llvm/projects/Stacker/lib/compiler/Makefile	Wed Sep 15 01:22:54 2004
@@ -8,7 +8,6 @@
 #
 # Give the name of a library.  This will build a dynamic version.
 #
-SHARED_LIBRARY=1
 LIBRARYNAME=stkr_compiler
 
 #






More information about the llvm-commits mailing list