cvs commit: src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/zfsboot Makefile

[ Available lists | Index of cvs-src-old | Month of Jul 2011 | Week of 17 Jul 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dimitry Andric <dim@FreeBSD.org>
Date
17 Jul 2011 13:50:44
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


[ Hide this part ]
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

Elapsed time: 0.071 seconds