note that only static compilation makes sense here

This commit is contained in:
cgd 1998-03-02 19:50:53 +00:00
parent 8aaf609a0a
commit f45dd19e06
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.5 1997/05/10 15:42:56 lukem Exp $
# $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd Exp $
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
LDSTATIC= -static
LDSTATIC= -static # only static compilation makes sense here
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.5 1997/12/12 23:26:29 gwr Exp $
# $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd Exp $
# utils one might want in a crunched binary
LDSTATIC= -static
LDSTATIC= -static # only static compilation makes sense here
# Want to avoid floating point in the RAMDISK
# so the FPU emulator is not required.