aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-20 21:26:46 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-20 21:26:46 +0000
commitc224efb7a6685709e3eb324b0c655989205d615d (patch)
tree1a0d876188905e4f552a45a369850384faaae534
parent007726ca6f64ea74c20ddb90093ee8d6801733af (diff)
downloadexternal_llvm-c224efb7a6685709e3eb324b0c655989205d615d.zip
external_llvm-c224efb7a6685709e3eb324b0c655989205d615d.tar.gz
external_llvm-c224efb7a6685709e3eb324b0c655989205d615d.tar.bz2
Build an archive for use with Povray.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11678 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/libpng/Makefile1
-rw-r--r--runtime/zlib/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libpng/Makefile b/runtime/libpng/Makefile
index 50740b9..5bd6575 100644
--- a/runtime/libpng/Makefile
+++ b/runtime/libpng/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
BYTECODE_LIBRARY=1
+BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=png
diff --git a/runtime/zlib/Makefile b/runtime/zlib/Makefile
index 3666df8..ca08ff9 100644
--- a/runtime/zlib/Makefile
+++ b/runtime/zlib/Makefile
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
BYTECODE_LIBRARY=1
+BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=z