[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 22:19:01 PDT 2003
Changes in directory poolalloc/runtime/PoolAllocator:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
Adjust to use the new BYTECODE_LIBRARY support
---
Diffs of the changes:
Index: poolalloc/runtime/PoolAllocator/Makefile
diff -u poolalloc/runtime/PoolAllocator/Makefile:1.1.1.1 poolalloc/runtime/PoolAllocator/Makefile:1.2
--- poolalloc/runtime/PoolAllocator/Makefile:1.1.1.1 Mon Aug 11 16:29:15 2003
+++ poolalloc/runtime/PoolAllocator/Makefile Thu Aug 14 22:18:46 2003
@@ -1,9 +1,6 @@
LEVEL = ../..
-
-#
-# Name of bytecode library to build.
-#
-BCNAME=poolalloc
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=poolalloc
include $(LEVEL)/Makefile.common
-
More information about the llvm-commits
mailing list