diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-02-25 11:01:54 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-02-25 11:01:54 +0000 |
| commit | 5c3d6cdb69d4af641ab7af500ef44f95aa875034 (patch) | |
| tree | 7cfe58e50d777cb9302b367ec94e0cee02dbbe1a | |
| parent | 69d66c1e4efce4229b21d4b5c685553712f15fdd (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index c1b47702672aa..f7046aee8d63a 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1999/01/18 19:05:27 msmith Exp $ +# $Id: Makefile,v 1.1 1999/02/03 08:39:09 kato Exp $ BASE= loader PROG= ${BASE} @@ -35,7 +35,7 @@ CFLAGS+= -I${.CURDIR}/../../.. -I. -I${.CURDIR}/../../i386 CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help CFLAGS+= -Wall -LDFLAGS= -nostdlib -static -Ttext 0x1000 +LDFLAGS= -nostdlib -static -Ttext 0x0 # pc98 standalone support library LIBPC98= ${.OBJDIR}/../libpc98/libpc98.a |
