Skip to content
Snippets Groups Projects
Commit 70d1f16e authored by bors's avatar bors
Browse files

Auto merge of #1480 - gnzlbg:fix_build2, r=gnzlbg

Rename armv7-wrs-vxworks target
parents 4bd0c000 2742aaa1
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ x86_64-unknown-haiku \
x86_64-unknown-hermit \
x86_64-unknown-l4re-uclibc \
x86_64-unknown-openbsd \
armv7-wrs-vxworks \
armv7-wrs-vxworks-eabihf \
aarch64-wrs-vxworks \
i686-wrs-vxworks \
x86_64-wrs-vxworks \
......
......@@ -15,9 +15,13 @@
#![crate_name = "libc"]
#![crate_type = "rlib"]
#![cfg_attr(libc_deny_warnings, deny(warnings))]
#![allow(bad_style, overflowing_literals, improper_ctypes, unknown_lints)]
// FIXME: this is due to a rustc bug
#![allow(redundant_semicolon)]
#![allow(
bad_style,
overflowing_literals,
improper_ctypes,
unknown_lints,
redundant_semicolon
)]
// Attributes needed when building as part of the standard library
#![cfg_attr(
feature = "rustc-dep-of-std",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment