summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-06 14:56:11 +0000
committerbde <bde@FreeBSD.org>1996-11-06 14:56:11 +0000
commitc7570f90a3bfdfb0efd49147a3bf1dbfa0ec53ee (patch)
tree4f0f4facacb6171ded65e2e413982f885b9bc14f /sys
parentf8cdbb74f93640526dca96b6b4c4d6a5a6eaf9a8 (diff)
downloadFreeBSD-src-c7570f90a3bfdfb0efd49147a3bf1dbfa0ec53ee.zip
FreeBSD-src-c7570f90a3bfdfb0efd49147a3bf1dbfa0ec53ee.tar.gz
Compile genassym without -static (undo rev.1.20). The default can be
depended on now, and linux_genassym has depended on it for a long time.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/i386/conf/Makefile.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 801506c..8bccdc0 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.88 1996/09/27 16:34:16 bde Exp $
+# $Id: Makefile.i386,v 1.89 1996/10/08 22:08:44 bde Exp $
#
# Makefile for FreeBSD
#
@@ -120,7 +120,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
- ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@
+ ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 801506c..8bccdc0 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.88 1996/09/27 16:34:16 bde Exp $
+# $Id: Makefile.i386,v 1.89 1996/10/08 22:08:44 bde Exp $
#
# Makefile for FreeBSD
#
@@ -120,7 +120,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
- ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@
+ ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 801506c..8bccdc0 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.88 1996/09/27 16:34:16 bde Exp $
+# $Id: Makefile.i386,v 1.89 1996/10/08 22:08:44 bde Exp $
#
# Makefile for FreeBSD
#
@@ -120,7 +120,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
- ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@
+ ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
OpenPOWER on IntegriCloud