[llvm-commits] CVS: llvm/lib/Target/Alpha/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Feb 21 20:58:42 PST 2005
Changes in directory llvm/lib/Target/Alpha:
Makefile updated: 1.1 -> 1.2
---
Log message:
no longer build as a shared library
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/Alpha/Makefile
diff -u llvm/lib/Target/Alpha/Makefile:1.1 llvm/lib/Target/Alpha/Makefile:1.2
--- llvm/lib/Target/Alpha/Makefile:1.1 Sat Jan 22 17:41:55 2005
+++ llvm/lib/Target/Alpha/Makefile Mon Feb 21 22:58:26 2005
@@ -9,7 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMAlpha
TARGET = Alpha
-SHARED_LIBRARY=1
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
More information about the llvm-commits
mailing list