freebsd-dev/sys/boot/i386/boot2
Dimitry Andric ce3fb79719 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
2011-07-17 13:50:21 +00:00
..
boot1.S Fix the jump location. 2010-11-14 08:31:02 +00:00
boot2.c Move getc() body before xgetc() so gcc does not emit a warning about function 2011-04-06 17:54:12 +00:00
lib.h Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. 2011-04-04 18:23:55 +00:00
Makefile When building some of the boot loaders with clang, and DEBUG_FLAGS or 2011-07-17 13:50:21 +00:00
sio.S Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. 2011-04-04 18:23:55 +00:00