Hmm, after adding the host triple to the list of targets, it still uses ./build/bootsrap/debug/rustc and ./build/host/stage0/bin/cargo with my desired target to build libcore. It doesn’t give an error beyond “Could not compile core”, but I assume it’s something about the target not being supported.
Should I clean everything first and then restart the build after that change?