librustc_back: remove explicit linker
"cc" is already the default.
This commit is contained in:
parent
322f3a3eaa
commit
8c65ef7fa0
7 changed files with 0 additions and 7 deletions
|
|
@ -35,7 +35,6 @@ pub fn opts() -> TargetOptions {
|
|||
TargetOptions {
|
||||
// OSX has -dead_strip, which doesn't rely on ffunction_sections
|
||||
function_sections: false,
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
is_like_osx: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
linker_is_gnu: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
linker_is_gnu: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
linker_is_gnu: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
linker_is_gnu: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
linker_is_gnu: true,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ use std::default::Default;
|
|||
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
linker: "cc".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
has_rpath: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue