rust/src/tools
Alex Crichton 60842c1c1f Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton
adaptation to rustbuild for openbsd

Since the switch to rustbuild, the build for openbsd is broken:
  - [X] `ar` inference based on compiler name is wrong (OpenBSD usually use `egcc`, but `ear` doesn't exist)
  - [X] `make` isn't GNU-make under OpenBSD (and others BSD platforms)
  - [x] `stdc++` isn't the right stdc++ library to link with (it should be `estdc++`)
  - [x] corrects tests that don't pass anymore (problems related to rustbuild)

r? @alexcrichton
2016-12-20 12:59:07 -08:00
..
cargotest Update commit hash in cargotest 2016-12-18 23:15:53 +09:00
compiletest Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton 2016-12-20 12:59:07 -08:00
error_index_generator rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
linkchecker rustbuild: Tweak for vendored dependencies 2016-11-08 07:32:05 -08:00
rustbook Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
tidy tidy features: use 2-parameter form of internal try macro for open err 2016-12-16 17:45:59 -08:00