]> git.lizzy.rs Git - rust.git/commit
Use more specific target CPUs on Darwin
authorBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 26 Jan 2015 08:45:16 +0000 (09:45 +0100)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Mon, 26 Jan 2015 08:58:55 +0000 (09:58 +0100)
commitbca25aeeb40b220d7330d71cd4906acafc32ebe7
treec6a2c43dc72132ade86d8fc4402a82491195ae20
parent9252525196505f33b1986c78068d63e567c31c43
Use more specific target CPUs on Darwin

Macs don't come with anything older than a Yonah (32bit) or Core2 (64bit),
so we can default to those targets. Clang does the same.
src/librustc_back/target/i686_apple_darwin.rs
src/librustc_back/target/x86_64_apple_darwin.rs