Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 893956
Collapse All | Expand All

(-)a/src/cmd/link/internal/ld/lib.go (+1 lines)
Lines 1539-1544 func (ctxt *Link) hostlink() { Link Here
1539
			}
1539
			}
1540
		}
1540
		}
1541
	}
1541
	}
1542
	altLinker = ""
1542
	if altLinker != "" {
1543
	if altLinker != "" {
1543
		argv = append(argv, "-fuse-ld="+altLinker)
1544
		argv = append(argv, "-fuse-ld="+altLinker)
1544
	}
1545
	}

Return to bug 893956