freebsd-dev/sys/boot/i386
Benno Rice 5660634004 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
2013-01-22 04:14:27 +00:00
..
boot0
boot0ext
boot0sio
boot2
btx
cdboot
common
efi Fix linking of loader.efi. 2013-01-22 04:14:27 +00:00
gptboot
gptzfsboot
kgzldr
libfirewire
libi386 Quiesce some clang warnings while we're here doing stuff. 2013-01-14 15:05:22 +00:00
loader
mbr
pmbr
pxeldr
zfsboot
zfsloader
Makefile
Makefile.inc