Deleted Added
full compact
Makefile (218893) Makefile (226748)
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 218893 2011-02-20 19:33:47Z dim $
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 226748 2011-10-25 19:54:06Z jhb $
2#
3LIB= i386
4INTERNALLIB=
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c \

--- 32 unchanged lines hidden (view full) ---

42.endif
43
44# Include simple terminal emulation (cons25-compatible)
45CFLAGS+= -DTERM_EMU
46
47# XXX: make alloca() useable
48CFLAGS+= -Dalloca=__builtin_alloca
49
2#
3LIB= i386
4INTERNALLIB=
5
6SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
7 biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
8 comconsole.c devicename.c elf32_freebsd.c \
9 elf64_freebsd.c \

--- 32 unchanged lines hidden (view full) ---

42.endif
43
44# Include simple terminal emulation (cons25-compatible)
45CFLAGS+= -DTERM_EMU
46
47# XXX: make alloca() useable
48CFLAGS+= -Dalloca=__builtin_alloca
49
50CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
50CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../common \
51 -I${.CURDIR}/../btx/lib \
51 -I${.CURDIR}/../../../contrib/dev/acpica/include \
52 -I${.CURDIR}/../../.. -I.
53# the location of libstand
54CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
55
56.if ${CC:T:Mclang} == "clang"
57# XXX: clang integrated-as doesn't grok .codeNN directives yet
58CFLAGS+= ${.IMPSRC:T:Mamd64_tramp.S:C/^.+$/-no-integrated-as/}

--- 13 unchanged lines hidden ---
52 -I${.CURDIR}/../../../contrib/dev/acpica/include \
53 -I${.CURDIR}/../../.. -I.
54# the location of libstand
55CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
56
57.if ${CC:T:Mclang} == "clang"
58# XXX: clang integrated-as doesn't grok .codeNN directives yet
59CFLAGS+= ${.IMPSRC:T:Mamd64_tramp.S:C/^.+$/-no-integrated-as/}

--- 13 unchanged lines hidden ---