]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r260095:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jan 2014 22:00:07 +0000 (22:00 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jan 2014 22:00:07 +0000 (22:00 +0000)
commit17edda75d1591591b35119a8f3afe2c24c0fb60f
treeddf5c03c70fa1e063d16558ab5565f65ecfc1f77
parent92ab671f829226c67e1d0a5e8666657df0c2e3f2
MFC r260095:

For sys/boot/i386 and sys/boot/pc98, separate flags to be passed
directly to the linker (LD_FLAGS) from flags passed indirectly, via the
compiler driver (LDFLAGS).

This is because several Makefiles under sys/boot/i386 and sys/boot/pc98
use ${LD} directly to link, and the normal LDFLAGS value should not be
used in these cases.

git-svn-id: svn://svn.freebsd.org/base/stable/9@260291 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/i386/Makefile.inc
sys/boot/i386/boot2/Makefile
sys/boot/i386/gptboot/Makefile
sys/boot/i386/gptzfsboot/Makefile
sys/boot/i386/zfsboot/Makefile
sys/boot/pc98/boot2/Makefile