Merge pull request #10959 from Bo98/ld.gold

shims/super/cc: don't refurbish ld.gold args
This commit is contained in:
Bo Anderson 2021-03-29 12:17:51 +01:00 committed by GitHub
commit 640aa31a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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