From f5227a832ce42842736cbee3db61c483f289bc86 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 6 Nov 1996 14:56:11 +0000 Subject: [PATCH] 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. --- sys/conf/Makefile.i386 | 4 ++-- sys/conf/Makefile.powerpc | 4 ++-- sys/i386/conf/Makefile.i386 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 801506c9b59..8bccdc0ce4e 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 801506c9b59..8bccdc0ce4e 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 801506c9b59..8bccdc0ce4e 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}