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 | 5ab3986e49eeb1530b5c5382af7ec4622146d96f (patch) | |
| tree | ddefa33eae14212d8dba970b642289d674ed1ca0 /llvm | |
| parent | 25170b0177422c30c0db51b3ead887d6e41709cb (diff) | |
| download | bcm5719-llvm-5ab3986e49eeb1530b5c5382af7ec4622146d96f.tar.gz bcm5719-llvm-5ab3986e49eeb1530b5c5382af7ec4622146d96f.zip | |
no longer build as a shared library
llvm-svn: 20264
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/Alpha/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/Makefile b/llvm/lib/Target/Alpha/Makefile index 49cb1cdf2c5..7d3f3547632 100644 --- a/llvm/lib/Target/Alpha/Makefile +++ b/llvm/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 \ |

