Index of /rust

      Name                    Last modified       Size  Description

[DIR] Parent Directory 06-Sep-2016 13:52 - [   ] rust-stage0-2015-03-..> 19-May-2015 15:12 20.2M tar archive [   ] rust-stage0-2015-03-..> 19-May-2015 16:10 19.8M tar archive [   ] rust-stage0-2015-03-..> 04-Apr-2015 16:55 22.9M tar archive [   ] rust-stage0-2015-04-..> 24-May-2015 12:21 18.5M tar archive [   ] rust-stage0-2015-05-..> 27-May-2015 21:24 18.7M tar archive [   ] rust-stage0-2015-07-..> 24-Jul-2015 19:37 18.9M tar archive [   ] rust-stage0-2015-07-..> 28-Jul-2015 17:08 18.9M tar archive [   ] rust-stage0-2015-08-..> 13-Aug-2015 11:27 18.9M tar archive [   ] rust-stage0-2015-12-..> 21-Dec-2015 06:51 19.8M tar archive [   ] rust-stage0-2016-02-..> 09-May-2016 15:59 20.4M tar archive [   ] rust-stage0-2016-02-..> 20-Feb-2016 06:16 20.4M tar archive [   ] rust-stage0-2016-03-..> 09-May-2016 15:49 20.3M tar archive [   ] rust-stage0-2016-03-..> 20-Mar-2016 19:52 20.8M tar archive [   ] rustc-bootstrap-amd6..> 05-Jul-2016 18:49 23.7M GZIP compressed docume> [   ] rustc-bootstrap-amd6..> 20-Aug-2016 06:41 23.8M GZIP compressed docume> [   ] rustc-bootstrap-amd6..> 29-Sep-2016 15:49 23.3M GZIP compressed docume> [   ] rustc-bootstrap-amd6..> 21-Oct-2016 12:27 24.0M GZIP compressed docume> [   ] rustc-bootstrap-amd6..> 08-Jun-2016 06:53 23.3M GZIP compressed docume>

unofficial openbsd snapshots from rustc
=======================================

install the following packages:
- bzip2 
- libtool
- gmake
- g++ (4.9)
- python

rustc supports OpenBSD target by default.

but if you still need one of these snapshots, you need to download the snapshot and put it in `dl/' directory (under build directory) between the `configure' and the `gmake' stage:

configure your build 
$ mkdir build && cd build
$ ../configure

download the snapshot
- download it (choose the version according to src/snapshots.txt)
- put it in build/dl/ directory

run your build
$ cd build && gmake

warning: check the value of your data limit (ulimit -d): building rustc will need 1.5G.