Deleted Added
full compact
Makefile (50477) Makefile (53134)
1# $FreeBSD: head/sys/boot/i386/gptboot/Makefile 50477 1999-08-28 01:08:13Z peter $
1# $FreeBSD: head/sys/boot/i386/gptboot/Makefile 53134 1999-11-13 23:08:46Z obrien $
2
3PROG= boot2
4NOMAN=
5STRIP=
6BINDIR?= /boot
7BINMODE= 444
8CLEANFILES+= boot1 boot1.out boot1.o \
9 boot2.ldr boot2.bin boot2.ld boot2.out boot2.o \

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

22BTX= ${.OBJDIR}/../btx
23.else
24BTX= ${.CURDIR}/../btx
25.endif
26
27ORG1= 0x7c00
28ORG2= 0x1000
29
2
3PROG= boot2
4NOMAN=
5STRIP=
6BINDIR?= /boot
7BINMODE= 444
8CLEANFILES+= boot1 boot1.out boot1.o \
9 boot2.ldr boot2.bin boot2.ld boot2.out boot2.o \

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

22BTX= ${.OBJDIR}/../btx
23.else
24BTX= ${.CURDIR}/../btx
25.endif
26
27ORG1= 0x7c00
28ORG2= 0x1000
29
30CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. -fno-builtin \
31 -Os -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
30CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. \
31 -Os -fno-builtin -fforce-addr -fschedule-insns \
32 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
32 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
33 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
34 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
35
36LDFLAGS=-nostdlib -static -N
37
38all: boot1 boot2
39

--- 40 unchanged lines hidden ---
33 -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
34 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
35 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
36
37LDFLAGS=-nostdlib -static -N
38
39all: boot1 boot2
40

--- 40 unchanged lines hidden ---