Skip to content

Commit

Permalink
define arch for iOS/ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
kud1ing committed Jan 11, 2014
1 parent 239fb1f commit 6bbd2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/libc.rs
Expand Up @@ -1160,6 +1160,7 @@ pub mod types {
}
}

#[cfg(target_arch = "arm")]
#[cfg(target_arch = "x86")]
pub mod arch {
pub mod c95 {
Expand Down

5 comments on commit 6bbd2ed

@bors
Copy link
Contributor

@bors bors commented on 6bbd2ed Jan 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 6bbd2ed Jan 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kud1ing/rust/iOS = 6bbd2ed into auto

@bors
Copy link
Contributor

@bors bors commented on 6bbd2ed Jan 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kud1ing/rust/iOS = 6bbd2ed merged ok, testing candidate = 29e82c6

@bors
Copy link
Contributor

@bors bors commented on 6bbd2ed Jan 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 6bbd2ed Jan 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 29e82c6

Please sign in to comment.