summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-05 04:39:26 +0000
committerpeter <peter@FreeBSD.org>1998-11-05 04:39:26 +0000
commitb008a0c8588ca47cd8f0c6d578d8e8f8075f096d (patch)
tree09864434196742025be1b95d102a644c73eec317 /sys/modules/linux
parent6d7a630db4c6da50cfd17e4ea01841f64161b028 (diff)
downloadFreeBSD-src-b008a0c8588ca47cd8f0c6d578d8e8f8075f096d.zip
FreeBSD-src-b008a0c8588ca47cd8f0c6d578d8e8f8075f096d.tar.gz
Build linux_genassym static, this should help aout-to-elf builds
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 0e9ccd5..bc63e3f 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1998/10/16 04:30:47 peter Exp $
+# $Id: Makefile,v 1.20 1998/11/05 04:22:52 peter Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
@@ -27,7 +27,7 @@ linux_genassym.o: linux_genassym.c linux.h @ machine
${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC}
linux_genassym: linux_genassym.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
opt_compat.h:
echo "#define COMPAT_43 1" > opt_compat.h
OpenPOWER on IntegriCloud