summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-12-11 23:12:46 -0500
committerJorge Aparicio <japaricious@gmail.com>2016-12-19 12:23:37 -0500
commitbea6ab23f9db9daa481187e2feea46f26da01a72 (patch)
treefe894e45788bb127dd65e58c8c250a2a6d7664c0 /src/bootstrap
parent10271ea24fbd7b28a42df8eb02a8dcf6d6132d71 (diff)
downloadrust-bea6ab23f9db9daa481187e2feea46f26da01a72.tar.gz
rust-bea6ab23f9db9daa481187e2feea46f26da01a72.zip
enable LLVM's SPARC backend
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/native.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index 6ba6b8e6c86..09dbd9f8220 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -81,7 +81,7 @@ pub fn llvm(build: &Build, target: &str) {
        .profile(profile)
        .define("LLVM_ENABLE_ASSERTIONS", assertions)
        .define("LLVM_TARGETS_TO_BUILD",
-               "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430")
+               "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc")
        .define("LLVM_INCLUDE_EXAMPLES", "OFF")
        .define("LLVM_INCLUDE_TESTS", "OFF")
        .define("LLVM_INCLUDE_DOCS", "OFF")