I have a change that modifies the interaction of rustc generated code
and rt. The change has to be merge in two steps now that we are
bootstraping:
First merge from
https://github.com/espindola/rust/tree/exit_glue_rustc
the build will fail to produce a stage3/std.o. Lets build a snapshot:
$ rm stage2/*.bc
$ rm stage2/rustc.o
$ rm stage2/std.o
$ mv stage2/ rust-stage0
$ rm dl/*.tar.bz2
$ tar -cjf temp.tar.bz2 rust-stage0/
$ h=$(sha1sum temp.tar.bz2 | cut -f1 -d ' ')
$ mv temp.tar.bz2 dl/rust-stage0-2011-05-05-fffffff-linux-i386-$h.tar.bz2
(update snapshots.txt)
(delete all objects but the new snapshot)
Now merge from https://github.com/espindola/rust/tree/exit_glue_rt and
build normally.
Cheers,
Rafael
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev