Date: Sun, 17 Jul 2011 13:50:21 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/zfsboot Makefile Message-ID: <201107171350.p6HDoiCt022322@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-07-17 13:50:21 UTC
FreeBSD src repository
Modified files:
sys/boot/i386 Makefile.inc
sys/boot/i386/boot2 Makefile
sys/boot/i386/zfsboot Makefile
Log:
SVN rev 224131 on 2011-07-17 13:50:21Z by dim
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.
Reported by: dougb
Revision Changes Path
1.16 +1 -0 src/sys/boot/i386/Makefile.inc
1.71 +3 -0 src/sys/boot/i386/boot2/Makefile
1.15 +3 -0 src/sys/boot/i386/zfsboot/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107171350.p6HDoiCt022322>
