added support for GNU/Hurd
This commit is contained in:
parent
ae9c330629
commit
dcea7709f2
36 changed files with 626 additions and 35 deletions
|
@ -148,3 +148,7 @@ extern "C" {}
|
|||
#[cfg(target_os = "nto")]
|
||||
#[link(name = "gcc_s")]
|
||||
extern "C" {}
|
||||
|
||||
#[cfg(target_os = "hurd")]
|
||||
#[link(name = "gcc_s")]
|
||||
extern "C" {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue