]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 278582:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 29 Oct 2015 00:18:03 +0000 (00:18 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 29 Oct 2015 00:18:03 +0000 (00:18 +0000)
commitcf4acffc4e54ab2104e269488f423c5b357e3773
tree9595f93be56f154afe531004c66dfbff48f2c6c7
parentfda941dbd961264add59acfb77596a289764e439
MFC 278582:
MFi386:
When building some of the boot loaders with clang, and DEBUG_FLAGS or
CFLAGS having '-g' in it, clang outputs several assembly directives that
are too new for our version of binutils.

Therefore, assemble the resulting .s files with clang instead.  A more
general solution can be implemented when a GNU as-compatible driver for
clang's integrated assembler appears.

git-svn-id: svn://svn.freebsd.org/base/stable/10@290124 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/pc98/boot2/Makefile