[llvm-commits] CVS: llvm/runtime/GC/SemiSpace/Makefile

Reid Spencer reid at x10sys.com
Sun Dec 12 23:41:05 PST 2004



Changes in directory llvm/runtime/GC/SemiSpace:

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

Use the new BYTECODE_DESTINATION to override the default bytecode install
destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.


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

Index: llvm/runtime/GC/SemiSpace/Makefile
diff -u llvm/runtime/GC/SemiSpace/Makefile:1.3 llvm/runtime/GC/SemiSpace/Makefile:1.4
--- llvm/runtime/GC/SemiSpace/Makefile:1.3	Thu Dec  2 03:58:08 2004
+++ llvm/runtime/GC/SemiSpace/Makefile	Mon Dec 13 01:40:50 2004
@@ -10,7 +10,7 @@
 LEVEL = ../../..
 BYTECODE_LIBRARY = 1
 LIBRARYNAME = gcsemispace
-
+BYTECODE_DESTINATION = $(cferuntime_libdir)
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list