This was reported by a user on IRC. https://gist.github.com/thebreadcat/b47c0f49d736a990b556 ``` Shell $ rustc --target=arm-unknown-linux-gnueabihf main.rs -C linker=arm-linux-gnueabihf-g++ -C "llvm-args=-mcpu=arm1176jzf-s" rustc: Unknown command line argument '-mcpu=arm1176jzf-s'. Try: 'rustc -help' rustc: Did you mean '-debug=arm1176jzf-s'? ``` I am logging it here in the hopes that I remember to look at it again later when I look into hacking a little on getopts (for #14223)