summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-06-20 22:16:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-06-20 22:16:32 +0000
commitcf9be26e5d99c50b350aa8c5bf6ce6bc8322b213 (patch)
tree02c12e2023cbbca3be3d1caff744edd8a2d2973d /Makefile.config.in
parente3db4daa166d9ce7995555642129a8323b8c263a (diff)
downloadllvm-cf9be26e5d99c50b350aa8c5bf6ce6bc8322b213.tar.gz
llvm-cf9be26e5d99c50b350aa8c5bf6ce6bc8322b213.tar.bz2
llvm-cf9be26e5d99c50b350aa8c5bf6ce6bc8322b213.tar.xz
Added --with-extra-options=opts to specify additional options to build LLVM and run tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 03d6290337..d1efb2b437 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -103,6 +103,9 @@ TARGET_TRIPLE=@target@
# Targets that we should build
TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
+# Extra options to compile LLVM with
+EXTRA_OPTIONS=@EXTRA_OPTIONS@
+
# Endian-ness of the target
ENDIAN=@ENDIAN@