projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e5142
)
Testing a variable before it is defined doesn't work so well. It is a fairly small...
author
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 13 Aug 2005 14:58:23 +0000
(14:58 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 13 Aug 2005 14:58:23 +0000
(14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22783
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Makefile
patch
|
blob
|
history
diff --git
a/lib/VMCore/Makefile
b/lib/VMCore/Makefile
index 8c95e08d8ed182587856f603a37c5f9faba91103..7a01f4cb3c3ae9a8c185960b8313ab157946f411 100644
(file)
--- a/
lib/VMCore/Makefile
+++ b/
lib/VMCore/Makefile
@@
-8,10
+8,7
@@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
-
-ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
-endif
include $(LEVEL)/Makefile.common