소스 검색

Don't build gcc_personality_v0

Alex Crichton 8 년 전
부모
커밋
4859aba5f4
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      build.rs

+ 0 - 4
build.rs

@@ -4138,10 +4138,6 @@ mod c {
                 );
             }
         } else {
-            if target_os != "freebsd" && target_os != "netbsd" {
-                sources.extend(&["gcc_personality_v0.c"]);
-            }
-
             // None of these seem to be used on x86_64 windows, and they've all
             // got the wrong ABI anyway, so we want to avoid them.
             if target_os != "windows" {