rustc: Add an "_" prefix to assembler-generated symbols on Mac

This commit is contained in:
Patrick Walton
2010-10-22 16:15:06 -07:00
parent 6d47d2abde
commit 05a3c5c0f3
4 changed files with 16 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ fn exec_suffix() -> str {
ret "";
}
fn target_os() -> str {
ret "linux";
}
// Local Variables:
// mode: rust;