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.
This commit is contained in:
Bruce Evans 1996-11-06 14:56:11 +00:00
parent 11bfa65a0b
commit f5227a832c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19461
3 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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}

View file

@ -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}