Deleted Added
full compact
Makefile (125581) Makefile (125621)
1# $FreeBSD: head/sys/boot/i386/boot2/Makefile 125581 2004-02-07 23:30:45Z ru $
1# $FreeBSD: head/sys/boot/i386/boot2/Makefile 125621 2004-02-09 14:11:58Z ru $
2
3FILES= boot boot1 boot2
4
5NM?= nm
6
7# A value of 0x80 enables LBA support.
8B1FLAGS= 0x80
9

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

31 -mrtd \
32 -D${BOOT2_UFS} \
33 -I${.CURDIR}/../../common \
34 -I${.CURDIR}/../btx/lib -I. \
35 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
36 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
37 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
38
2
3FILES= boot boot1 boot2
4
5NM?= nm
6
7# A value of 0x80 enables LBA support.
8B1FLAGS= 0x80
9

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

31 -mrtd \
32 -D${BOOT2_UFS} \
33 -I${.CURDIR}/../../common \
34 -I${.CURDIR}/../btx/lib -I. \
35 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
36 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
37 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
38
39LDFLAGS=-nostdlib -static -N --gc-sections
39LDFLAGS=-static -N --gc-sections
40
41# Pick up ../Makefile.inc early.
42.include <bsd.init.mk>
43
44CLEANFILES= boot
45
46boot: boot1 boot2
47 cat boot1 boot2 > boot

--- 58 unchanged lines hidden ---
40
41# Pick up ../Makefile.inc early.
42.include <bsd.init.mk>
43
44CLEANFILES= boot
45
46boot: boot1 boot2
47 cat boot1 boot2 > boot

--- 58 unchanged lines hidden ---