diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-22 04:58:26 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-02-22 04:58:26 +0000 |
commit | 97f773512534ea78c57f3fafd8b1961f3d34b624 (patch) | |
tree | a08ae3d95835a374001ea986cfccc0ec8d0c97eb /lib | |
parent | c8118e17ea0cf1a5e9541852f3bceb822a265a99 (diff) |
no longer build as a shared library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Alpha/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index 49cb1cdf2c..7d3f354763 100644 --- a/lib/Target/Alpha/Makefile +++ b/lib/Target/Alpha/Makefile @@ -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 \ |