about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2016-12-02configure: quote variablesDoug Goldstein-2/+2
2016-12-02configure: only req CMake if we're building LLVMDoug Goldstein-1/+4
2016-11-21configure: Fix string equalityBrian Anderson-1/+1
2016-11-19Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichtonbors-0/+1
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-0/+1
2016-11-16Auto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichtonbors-0/+6
2016-11-16Fix grammar verificationStefan Schindler-0/+6
2016-11-15Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichtonbors-0/+4
2016-11-13Make LLVM debuginfo option names consistentA.J. Gardner-3/+3
2016-11-12Add llvm debuginfo configure optionA.J. Gardner-0/+4
2016-11-12also enable the MSP430 backend in MakefilesJorge Aparicio-1/+1
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-0/+1
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-7/+0
2016-11-02Rollup merge of #37488 - frewsxcv:quiet-travis, r=alexcrichtonJonathan Turner-0/+1
2016-10-31detect gdb version & rust support in compiletestTim Neumann-7/+0
2016-10-30Use quieter test output when running tests on Travis CI.Corey Farwell-0/+1
2016-10-30Add armv6l autodetectionMatwey V. Kornilov-0/+5
2016-10-30Fix armv7 autodetectionMatwey V. Kornilov-1/+1
2016-10-23configure: Disable debuginfo lines on MinGWAlex Crichton-2/+16
2016-10-19Enable line number debuginfo in releasesAlex Crichton-1/+8
2016-10-12Rollup merge of #37091 - alexcrichton:configure, r=brsonAlex Crichton-2/+2
2016-10-11configure: Fix gcc detection for LLVMAlex Crichton-2/+2
2016-10-11Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brsonbors-9/+6
2016-10-06Turn on JSBackend in the makefilesBrian Anderson-1/+1
2016-10-05configure: Add options for separate musl rootsAlex Crichton-9/+6
2016-09-28Rollup merge of #36803 - brson:node, r=alexcrichtonJonathan Turner-4/+0
2016-09-28Move nodejs detection into bootstrapBrian Anderson-4/+0
2016-09-25Haiku: add support for building on HaikuNiels Sascha Reedijk-0/+8
2016-09-24Rollup merge of #36500 - orbea:docdir, r=nikomatsakisGuillaume Gomez-1/+1
2016-09-15This installs documentation not man pagesorbea-1/+1
2016-09-12Auto merge of #36360 - orbea:docdir, r=alexcrichtonbors-0/+3
2016-09-11Auto merge of #36369 - uweigand:s390x, r=alexcrichtonbors-0/+4
2016-09-09Add s390x supportUlrich Weigand-0/+4
2016-09-09Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a...bors-0/+4
2016-09-08Allow setting --docdirorbea-0/+3
2016-09-06detecting nodejs in configureJake Goldsborough-0/+4
2016-09-04Auto merge of #36242 - semarie:local-rebuild, r=alexcrichtonbors-1/+1
2016-09-03Auto merge of #36034 - ahmedcharles:orbit, r=eddybbors-1/+0
2016-09-03Use libraries from local-rust-root directory in configure when using --enable...Sébastien Marie-1/+1
2016-09-02Remove --{enable|disable}-orbit from configure.Ahmed Charles-1/+0
2016-09-01configure: check if any of the arguments contain --helpMohit Agarwal-4/+8
2016-08-28build llvm with systemz backend enabled, and link to related librariesJorge Aparicio-1/+1
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-2/+0
2016-08-11Allow compiling against a custom LLVM 3.9 installationJake Goulding-1/+1
2016-08-02Make --enable-orbit the default in ./configure.Eduard Burtescu-2/+2
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-0/+6
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-1/+1
2016-07-29configure: Fix grep invocation for llvm-mc argumentAlex Crichton-1/+2
2016-07-29[LLVM-3.9] Pass correct relocation model flagJan-Erik Rediger-0/+5
2016-07-16Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichtonbors-1/+16