Running rust on i386 systems

The way I see it, the stage0 binary you were told to use is a static one so definitely it's going to generate sse2 rust libs and sse2 rustc with the new spec however. In the next stage it should probably generate a set of libs plus rustc itself according to the new spec - btw what modifications did you make?