Skip to content

Commit 8c583e2

Browse files
committed
Add -B to flagsWithNextArgKeep
1 parent 7f77d62 commit 8c583e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/cmd/link/internal/ld

src/cmd/link/internal/ld/lib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,6 +2214,7 @@ func trimLinkerArgv(argv []string) []string {
22142214
"-Wl,-undefined",
22152215
}
22162216
flagsWithNextArgKeep := []string{
2217+
"-B",
22172218
"-arch",
22182219
"-isysroot",
22192220
"--sysroot",

0 commit comments

Comments
 (0)