File tree Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ pub fn opts() -> TargetOptions {
3535 TargetOptions {
3636 // OSX has -dead_strip, which doesn't rely on ffunction_sections
3737 function_sections : false ,
38- linker : "cc" . to_string ( ) ,
3938 dynamic_linking : true ,
4039 executables : true ,
4140 is_like_osx : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 linker_is_gnu : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 linker_is_gnu : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 linker_is_gnu : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 linker_is_gnu : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 linker_is_gnu : true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ use std::default::Default;
1313
1414pub fn opts ( ) -> TargetOptions {
1515 TargetOptions {
16- linker : "cc" . to_string ( ) ,
1716 dynamic_linking : true ,
1817 executables : true ,
1918 has_rpath : true ,
You can’t perform that action at this time.
0 commit comments