summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-06-21 11:00:00 +0000
committerphk <phk@FreeBSD.org>2002-06-21 11:00:00 +0000
commit25b1090f3ab86dce1d7c085d81db4a50486af781 (patch)
tree5960a74b87bfa07e2a2771e66e2428a7b94777d7 /sys/boot/i386/gptboot/Makefile
parentcb6bcb1e2597f6507ab308e89c4d8cfd427b30ce (diff)
downloadFreeBSD-src-25b1090f3ab86dce1d7c085d81db4a50486af781.zip
FreeBSD-src-25b1090f3ab86dce1d7c085d81db4a50486af781.tar.gz
Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c
to libi386, this issue was resolved already in a cleaner way.
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r--sys/boot/i386/gptboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 75e4fe3..2883b93 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -75,7 +75,7 @@ boot2.bin: boot2.out
boot2.out: boot2.o sio.o
${LD} ${LDFLAGS} -Ttext ${ORG2} -o ${.TARGET} \
- ${BTX}/lib/crt0.o boot2.o sio.o ../libi386/libi386.a
+ ${BTX}/lib/crt0.o boot2.o sio.o
boot2.o: boot2.h
OpenPOWER on IntegriCloud