[llvm-commits] [poolalloc] r65851 - /poolalloc/trunk/lib/PoolAllocate/Makefile
John Criswell
criswell at uiuc.edu
Mon Mar 2 10:20:12 PST 2009
Author: criswell
Date: Mon Mar 2 12:20:11 2009
New Revision: 65851
URL: http://llvm.org/viewvc/llvm-project?rev=65851&view=rev
Log:
Recent changes to the LLVM build system prevent the relinked and dynamic
versions from being built at the same time under Mac OS X; for now, just build
the relinked version.
Modified:
poolalloc/trunk/lib/PoolAllocate/Makefile
Modified: poolalloc/trunk/lib/PoolAllocate/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/PoolAllocate/Makefile?rev=65851&r1=65850&r2=65851&view=diff
==============================================================================
--- poolalloc/trunk/lib/PoolAllocate/Makefile (original)
+++ poolalloc/trunk/lib/PoolAllocate/Makefile Mon Mar 2 12:20:11 2009
@@ -7,7 +7,6 @@
# Give the name of a library. This will build a dynamic version.
#
BUILD_RELINKED=1
-SHARED_LIBRARY=1
LIBRARYNAME=poolalloc
#
More information about the llvm-commits
mailing list