File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ class TargetResult:
155155 Target ("aarch64-unknown-openbsd" , dist = False ),
156156 Target ("aarch64-wrs-vxworks" , dist = False ),
157157 Target ("armebv7r-none-eabihf" , dist = False ),
158+ Target ("armv7-rtems-eabihf" , dist = False ),
158159 Target ("armv7-wrs-vxworks-eabihf" , dist = False ),
159160 Target ("armv7r-none-eabihf" , dist = False ),
160161 Target ("armv7s-apple-ios" , dist = False ),
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cfg_if! {
110110 // pub(crate) use redox::*;
111111 } else if #[ cfg( target_os = "rtems" ) ] {
112112 mod rtems;
113- pub ( crate ) use rtems:: * ;
113+ // pub(crate) use rtems::*;
114114 } else if #[ cfg( target_os = "solaris" ) ] {
115115 mod solaris;
116116 pub ( crate ) use solaris:: * ;
You can’t perform that action at this time.
0 commit comments