summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-10-14 01:53:56 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-10-14 01:53:56 +0000
commitee2e4f9b328c1ca2118d1c5d2c01e3450ab0bc95 (patch)
tree0920c67ab9ca64957df4b4467779e5ab4b3c9419
parentf73e2ce42e0144bdd82944ab869fd9fda70ce613 (diff)
Notes
-rw-r--r--sys/boot/i386/boot2/Makefile4
-rw-r--r--sys/boot/i386/gptboot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index 9a4f0a82dcb3..7f587ead03a8 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/10/13 21:35:42 rnordier Exp $
+# $Id: Makefile,v 1.4 1998/10/14 00:24:16 rnordier Exp $
PROG= boot2
NOMAN=
@@ -19,7 +19,7 @@ BTX= ${.CURDIR}/../btx
ORG1= 0x7c00
ORG2= 0x1000
-CFLAGS= -elf -I${BTX}/lib -I. -fno-builtin \
+CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. -fno-builtin \
-O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 9a4f0a82dcb3..7f587ead03a8 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1998/10/13 21:35:42 rnordier Exp $
+# $Id: Makefile,v 1.4 1998/10/14 00:24:16 rnordier Exp $
PROG= boot2
NOMAN=
@@ -19,7 +19,7 @@ BTX= ${.CURDIR}/../btx
ORG1= 0x7c00
ORG2= 0x1000
-CFLAGS= -elf -I${BTX}/lib -I. -fno-builtin \
+CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. -fno-builtin \
-O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \