summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-05-08 09:13:40 +0000
committerkato <kato@FreeBSD.org>1997-05-08 09:13:40 +0000
commitcd7f26a2ed25009954be5fc15f7c0da4e5bada9f (patch)
treefcc6c84f680703cd6c92921a682cbbf565177c6d /sys/conf/Makefile.pc98
parent782586de1b8c75b6256b197cbe7c771cee6ff1d8 (diff)
downloadFreeBSD-src-cd7f26a2ed25009954be5fc15f7c0da4e5bada9f.zip
FreeBSD-src-cd7f26a2ed25009954be5fc15f7c0da4e5bada9f.tar.gz
Synchronize with sys/i386/conf/Makefile.pc98 revision 1.96.
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc989
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 7c0cf65..3abab7c 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.13 1997/04/22 12:20:12 kato Exp $
+# $Id: Makefile.pc98,v 1.14 1997/04/28 15:48:49 kato Exp $
#
# Makefile for FreeBSD
#
@@ -19,6 +19,7 @@
#
BINFORMAT?= aout
+#BINFORMAT?= aoutkld
#BINFORMAT?= elf
.if exists(./@/.)
@@ -73,6 +74,12 @@ SYSTEM_LD_TAIL= @echo rearranging symbols; \
symorder -m ${SYMORDER_EXCLUDE} symbols.sort $@; \
size $@; chmod 755 $@
.endif
+.if ${BINFORMAT} == aoutkld
+SYSTEM_LD= @${LD} -Bforcedynamic -Z -T ${LOAD_ADDRESS} -o $@ -X ${SYSTEM_OBJS} vers.o
+SYSTEM_LD_TAIL= @echo rearranging symbols; \
+ symorder -m ${SYMORDER_EXCLUDE} symbols.sort $@; \
+ size $@; chmod 755 $@
+.endif
.if ${BINFORMAT} == elf
SYSTEM_LD= @${LD} -Bstatic -Ttext ${LOAD_ADDRESS} -e btext -o $@ -X ${SYSTEM_OBJS} vers.o
SYSTEM_LD_TAIL= @size $@; chmod 755 $@
OpenPOWER on IntegriCloud