diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-06-20 22:16:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-06-20 22:16:32 +0000 |
commit | cf9be26e5d99c50b350aa8c5bf6ce6bc8322b213 (patch) | |
tree | 02c12e2023cbbca3be3d1caff744edd8a2d2973d /Makefile.config.in | |
parent | e3db4daa166d9ce7995555642129a8323b8c263a (diff) |
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.in | 3 |
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@ |