OSDN Git Service

Add some options for building LLVM in different environments:
authorDavid Greene <greened@obbligato.org>
Fri, 25 Feb 2011 20:51:27 +0000 (20:51 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 25 Feb 2011 20:51:27 +0000 (20:51 +0000)
commit14a129a3cf8e609b9deb8546267e509088bf7dcd
treea8a44995c3d54dfe9897bd5164634658e9b67f47
parent539f817e34bac85c1885218ca9065720cbb33ab0
Add some options for building LLVM in different environments:

--force-configure to force running configure before building.

--extra-llvm-config-flags
--extra-llvm-gcc-config-flags
--extra-gcc-config-flags

Pass additional argument to the various configure invocations.

This also eliminates a default build flavor because explicitly
specifying builds could result in build flavors being run repeatedly.

Finally, turn off fortran builds for the moment because install
appears to be broken.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126510 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvmbuild