mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Move DSO dependencies inside the group.
This commit is contained in:
parent
66f97bec03
commit
8e0a0632f6
@ -88,7 +88,7 @@ template("unix_toolchain") {
|
||||
if (current_os == "mac") {
|
||||
command = "$ld {{ldflags}} -o $outfile {{inputs}} {{libs}}"
|
||||
} else {
|
||||
command = "$ld {{ldflags}} -o $outfile -Wl,--start-group {{inputs}} -Wl,--end-group {{libs}}"
|
||||
command = "$ld {{ldflags}} -o $outfile -Wl,--start-group {{inputs}} {{libs}} -Wl,--end-group"
|
||||
}
|
||||
description = "LINK $outfile"
|
||||
outputs = [ outfile ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user