shims/super/cc: don't refurbish ld.gold args
This makes the behaviour consistent to regular BFD `ld`.
This commit is contained in:
parent
3bfa59bd2f
commit
71703add17
@ -105,7 +105,7 @@ class Cmd
|
||||
return @args.dup
|
||||
end
|
||||
|
||||
args = if !refurbish_args? || tool == "ld" || configure?
|
||||
args = if !refurbish_args? || mode == :ld || configure?
|
||||
@args.dup
|
||||
else
|
||||
refurbished_args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user