Searched hist:245765 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/efi/loader/
H A DMakefilediff 245765 Tue Jan 22 04:29:53 MST 2013 benno Fix linking of loader.efi.

gcc handles -symbolic by passing -Bsymbolic through to ld. clang ignores
-symbolic and thus invokes ld without -Bsymbolic which leads to some symbols
not being properly linked in loader.efi. Fix this by using -Wl,-Bsymbolic which
passes -Bsymbolic to ld in both the gcc and clang cases.

Approved by: rpaulo

Completed in 100 milliseconds