Deleted Added
full compact
Makefile (53134) Makefile (53174)
1# $FreeBSD: head/sys/boot/i386/boot2/Makefile 53134 1999-11-13 23:08:46Z obrien $
1# $FreeBSD: head/sys/boot/i386/boot2/Makefile 53174 1999-11-15 04:23:40Z 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 \

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

23.else
24BTX= ${.CURDIR}/../btx
25.endif
26
27ORG1= 0x7c00
28ORG2= 0x1000
29
30CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. \
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 \

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

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

--- 40 unchanged lines hidden ---