summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1994-01-27 21:10:14 +0000
committernate <nate@FreeBSD.org>1994-01-27 21:10:14 +0000
commit1e8ff0f8181d889aab683624bdabf92f112ca113 (patch)
treeab7df3020aa63041d8709d6925571d86756c77f1 /sys/conf/Makefile.powerpc
parente0a393cb71b26f165bea9cb883a60eaad6bb90a3 (diff)
downloadFreeBSD-src-1e8ff0f8181d889aab683624bdabf92f112ca113.zip
FreeBSD-src-1e8ff0f8181d889aab683624bdabf92f112ca113.tar.gz
Added -static declartion to genassym compile so a kernel doesn't require
working shlibs.
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 65e982c..903360a 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.18 1993/12/19 00:49:53 wollman Exp $
+# $Id: Makefile.i386,v 1.19 1994/01/14 16:23:16 davidg Exp $
#
# Makefile for FreeBSD
#
@@ -137,7 +137,7 @@ assym.s: genassym
# value of kernel options.
genassym: Makefile
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
- ${I386}/i386/genassym.c -o genassym
+ ${I386}/i386/genassym.c -static -o genassym
depend: assym.s param.c
sh /usr/bin/mkdep -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ${COPTS} ${CFILES} ioconf.c param.c ${I386}/i386/conf.c
OpenPOWER on IntegriCloud