aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 'T' transition snapshots, which are identical to S snapshots ↵Graydon Hoare2011-05-131-0/+6
| | | | except they tell the makefile to stop at stage1.
* build: Search for clang++. Tinderboxes don't have it.Patrick Walton2011-05-091-1/+1
|
* build: Use clang to compile the runtime if availablePatrick Walton2011-05-081-1/+7
|
* build: `uname -m` is a lie on 64-bit Darwin. Add a workaround.Patrick Walton2011-05-081-0/+10
|
* build: Disable valgrind by default on the Mac. Our suppressions file doesn't ↵Patrick Walton2011-05-051-0/+9
| | | | even begin to cover the huge stream of errors that dyld generates.
* Make ocamlc and optional dependency.Ralph Giles2011-05-051-1/+1
| | | | | | | | | | | | | Since moving to a downloadable snapshot for stage0, it's been possible to complete the build without compiling code written in ocaml. However, the configure script still required it to be present. This commit changes detection failure to a non-fatal condition, allowing the build to complete on systems without an ocaml compiler. An info message is also made conditional.
* build: Whitespace police in configure. Puts out burning tinderbox.Patrick Walton2011-05-041-3/+3
|
* build: Build intrinsics.bcPatrick Walton2011-05-041-0/+7
|
* Attempt to shift build to stage0-from-snapshots.Graydon Hoare2011-05-031-0/+1
|
* Shift stages around; stage0/rustc depends on stage0/libstd.so.Graydon Hoare2011-04-301-1/+1
|
* Add support for --disable-optimizeGraydon Hoare2011-04-081-0/+1
|
* Add support for --enable-foo and --disable-foo flags to configure, that ↵Graydon Hoare2011-03-301-8/+77
| | | | Makefile.in respects.
* Auto-reconfigure on Makefile.in or configure change.Graydon Hoare2011-03-251-0/+3
|
* More bandaids for win32.Graydon Hoare2011-03-231-13/+5
|
* build: Fix minor typo in "cp" outputPatrick Walton2011-03-231-1/+1
|
* More miserable win32 configury fixes. Getting closer.Graydon Hoare2011-03-231-0/+5
|
* Silly typo.Graydon Hoare2011-03-231-2/+2
|
* Guard texi2pdf on tex probe as well. OSX package systems are real permissive.Graydon Hoare2011-03-231-0/+1
|
* Someday I'll have a talk with the person who thought backslashes were wise ↵Graydon Hoare2011-03-231-8/+20
| | | | in win32.
* Repair some fallout from pcwalton's last few build changes.Graydon Hoare2011-03-211-5/+16
|
* Support CFG_LLVM_ROOT since CMake-built LLVM has no llvm-configPatrick Walton2011-03-211-8/+24
|
* Include benchmark dirs in test build dirs.Graydon Hoare2011-03-211-1/+2
|
* Fix typo.Graydon Hoare2011-03-201-1/+1
|
* Begin porting rules for testsuite execution.Graydon Hoare2011-03-201-16/+3
|
* Minor clarification.Graydon Hoare2011-03-191-1/+1
|
* Truncate long lines in configure output.Graydon Hoare2011-03-191-1/+7
|
* Separate scan for commands used during configure.Graydon Hoare2011-03-191-0/+11
|
* Probe for python, git, makeinfo and texi2pdf, but not sed.Graydon Hoare2011-03-191-2/+5
|
* Probe for llvm libdir as well.Graydon Hoare2011-03-191-0/+2
|
* Make the llvmext dir in builddir from configure.Graydon Hoare2011-03-181-1/+2
|
* Yet more painstaking configure/make logic.Graydon Hoare2011-03-171-29/+87
|
* Move Makefile.in and configure to top level, BOOT_-qualify names, various ↵Graydon Hoare2011-03-171-0/+75
tweaks.