Deleted Added
full compact
Makefile (96424) Makefile (96460)
1# $FreeBSD: head/sys/boot/i386/gptboot/Makefile 96424 2002-05-11 21:39:59Z peter $
1# $FreeBSD: head/sys/boot/i386/gptboot/Makefile 96460 2002-05-12 15:45:28Z bde $
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 boot2.h \

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

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

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

23.else
24BTX= ${.CURDIR}/../btx
25.endif
26
27ORG1= 0x7c00
28ORG2= 0x1000
29
30CFLAGS= -elf -ffreestanding -Os -fno-builtin \
31 -fno-align-functions -fno-align-jumps -fno-align-loops -fno-align-labels \
31 -fno-guess-branch-probability \
32 -mrtd \
33 -I${.CURDIR}/../btx/lib -I. \
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

--- 54 unchanged lines hidden ---
32 -mrtd \
33 -I${.CURDIR}/../btx/lib -I. \
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

--- 54 unchanged lines hidden ---