diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2016-08-11 11:22:39 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-08-11 11:22:39 -0500 |
| commit | c0ff3c1070f5983c96ddbfe702bd60679305e7b5 (patch) | |
| tree | ab7ef69dd685983a1775373587f9a890ecbef818 /src/bootstrap | |
| parent | ae58a875945eaf2d827a6acae0b9900a5426537c (diff) | |
fix match
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 239adedc0ff..402a6736440 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -863,7 +863,8 @@ impl Build { "i686-unknown-linux-musl" | "x86_64-unknown-linux-musl" => { base.push("-Wa,-mrelax-relocations=no".into()); - } + }, + _ => {}, } return base } |
