You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if LD environment variable is set, use that, otherwise
When host is freebsd and backend is gas or gas64 then,
- if 'ld' wasn't found at the expected location, try finding 'ld.bfd'
- if 'ld.bfd' wasn't found, then rely on system path to find 'ld.bfd'
- fbc depends on many gnu-isms. If really do want 'ld' system linker
then call '$ LD=ld fbc'
0 commit comments